Merge pull request #2119 from annando/1511-contact-evolution
Refurbished contact settings/contact posts
This commit is contained in:
commit
2753e62483
7 changed files with 179 additions and 50 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;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
<h2>{{$header}}</h2>
|
||||
|
||||
<div id="contact-edit-wrapper" >
|
||||
|
@ -19,8 +17,6 @@
|
|||
{{if $relation_text}}
|
||||
<li><div id="contact-edit-rel">{{$relation_text}}</div></li>
|
||||
{{/if}}
|
||||
<li><div id="contact-edit-nettype">{{$nettype}}</div></li>
|
||||
<li><div id="contact-edit-profileurl">{{$profileurllabel}}: <a href="{{$url}}">{{$profileurl}}</a></div></li>
|
||||
{{if $lost_contact}}
|
||||
<li><div id="lost-contact-message">{{$lost_contact}}</div></li>
|
||||
{{/if}}
|
||||
|
@ -37,6 +33,7 @@
|
|||
<li><div id="archive-message">{{$archived}}</div></li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
|
||||
{{if $common_text}}
|
||||
|
@ -47,7 +44,7 @@
|
|||
{{/if}}
|
||||
|
||||
|
||||
<li><a href="network/0?nets=all&cid={{$contact_id}}" id="contact-edit-view-recent">{{$lblrecent}}</a></li>
|
||||
<!-- <li><a href="network/0?nets=all&cid={{$contact_id}}" id="contact-edit-view-recent">{{$lblrecent}}</a></li> -->
|
||||
{{if $lblsuggest}}
|
||||
<li><a href="fsuggest/{{$contact_id}}" id="contact-edit-suggest">{{$lblsuggest}}</a></li>
|
||||
{{/if}}
|
||||
|
@ -56,10 +53,16 @@
|
|||
{{/if}}
|
||||
|
||||
</ul>
|
||||
|
||||
<dl><dt>{{$profileurllabel}}</dt><dd><a target="blank" href="{{$url}}">{{$profileurl}}</a></dd></dl>
|
||||
{{if $location}}<dl><dt>{{$location_label}}</dt><dd>{{$location}}</dd></dl>{{/if}}
|
||||
{{if $keywords}}<dl><dt>{{$keywords_label}}</dt><dd>{{$keywords}}</dd></dl>{{/if}}
|
||||
{{if $about}}<dl><dt>{{$about_label}}</dt><dd>{{$about}}</dd></dl>{{/if}}
|
||||
</div>
|
||||
</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