46 lines
1.2 KiB
Smarty
46 lines
1.2 KiB
Smarty
|
|
<h2>$header</h2>
|
|
|
|
|
|
<div id="connection-flag-tabs">
|
|
$tabs
|
|
</div>
|
|
|
|
<div id="contact-edit-wrapper">
|
|
<br />
|
|
<h3>Slide to adjust your degree of friendship</h3>
|
|
|
|
$slide
|
|
|
|
|
|
|
|
<h3>Permissions</h3>
|
|
|
|
<form action="connections/$contact_id" method="post" >
|
|
<input type="hidden" name="contact_id" value="$contact_id">
|
|
<input id="contact-closeness-mirror" type="hidden" name="closeness" value="$close" />
|
|
|
|
<br />
|
|
<b>Quick Links:</b>
|
|
<a href="" style="background-color: #CCC; padding: 3px; border-radius: 5px; margin-left: 15px;">Full Sharing</a><a href="" style="background-color: #CCC; padding: 3px; border-radius: 5px; margin-left: 15px;">Cautious Sharing</a><a href="" style="background-color: #CCC; padding: 3px; border-radius: 5px; margin-left: 15px;">Follow Only</a><br />
|
|
<br />
|
|
|
|
<div id="abook-advanced" class="fakelink" onclick="openClose('abook-advanced-panel');">Advanced Permissions</div>
|
|
|
|
<div id="abook-advanced-panel" style="display: none;">
|
|
|
|
<span class="abook-them">$them</span><span class="abook-me">$me</span>
|
|
<br />
|
|
<br />
|
|
{{ for $perms as $prm }}
|
|
{{inc field_acheckbox.tpl with $field=$prm }}{{endinc}}
|
|
{{ endfor }}
|
|
<br />
|
|
|
|
</div>
|
|
|
|
<input class="contact-edit-submit" type="submit" name="submit" value="$submit" />
|
|
|
|
</form>
|
|
</div>
|