Redesign of the contact pages, new tab for contact statuses
This commit is contained in:
parent
ca47c1c4df
commit
42d903dd68
7 changed files with 150 additions and 53 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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}}">
|
||||
|
|
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue