1
0
Fork 0

Redesign of the contact pages, new tab for contact statuses

This commit is contained in:
Michael Vogel 2015-11-29 23:22:05 +01:00
commit 42d903dd68
7 changed files with 150 additions and 53 deletions

View file

@ -301,3 +301,15 @@ ul.credits li {
#forum-widget-collapse:hover {
opacity: 1.0;
}
.crepair-label {
margin-top: 10px;
float: left;
width: 250px;
}
.crepair-input {
margin-top: 10px;
float: left;
width: 200px;
}

View file

@ -62,6 +62,7 @@
</div>
<div id="contact-edit-nav-end"></div>
<hr />
<form action="contacts/{{$contact_id}}" method="post" >
<input type="hidden" name="contact_id" value="{{$contact_id}}">

View file

@ -1,16 +1,17 @@
{{include file="section_title.tpl"}}
{{$tab_str}}
<div class="crepair-error-message">{{$warning}}</div><br>
<div class="crepair-return">
{{$info}}<br>
<a href="{{$returnaddr}}">{{$return}}</a>
<!-- <a href="{{$returnaddr}}">{{$return}}</a> -->
</div>
<br />
<form id="crepair-form" action="crepair/{{$contact_id}}" method="post" >
<h4>{{$contact_name}}</h4>
<!-- <h4>{{$contact_name}}</h4> -->
<div id="contact-update-profile-wrapper">
{{if $update_profile}}