1
0
Fork 0

update smart templates

This commit is contained in:
Zach Prezkuta 2013-01-26 13:07:54 -07:00
commit acc4d66cd3
32 changed files with 260 additions and 57 deletions

View file

@ -14,7 +14,7 @@
</div>
<div class="acl-list-item" rel="acl-template" style="display:none">
<img data-src="{0}"><p>{1}{7}</p>
<img data-src="{0}"><p>{1}</p>
<a href="#" class='acl-button-show'>{{$show}}</a>
<a href="#" class='acl-button-hide'>{{$hide}}</a>
</div>

View file

@ -21,9 +21,9 @@
<br />
<div id='login-footer'>
<div class="login-extra-links">
{{*<!--<div class="login-extra-links">
By signing in you agree to the latest <a href="tos.html" title="{{$tostitle}}" id="terms-of-service-link" >{{$toslink}}</a> and <a href="privacy.html" title="{{$privacytitle}}" id="privacy-link" >{{$privacylink}}</a>
</div>
</div>-->*}}
<br />
{{include file="field_checkbox.tpl" field=$lremember}}

View file

@ -67,9 +67,9 @@
{{$publish}}
<div id="register-footer">
<div class="agreement">
{{*<!--<div class="agreement">
By clicking '{{$regbutt}}' you are agreeing to the latest <a href="tos.html" title="{{$tostitle}}" id="terms-of-service-link" >{{$toslink}}</a> and <a href="privacy.html" title="{{$privacytitle}}" id="privacy-link" >{{$privacylink}}</a>
</div>
</div>-->*}}
<br />
<div id="register-submit-wrapper">

View file

@ -100,7 +100,6 @@
{{*<!--<div class="wall-item-wrapper-end"></div>-->*}}
<div class="wall-item-like wall-item-like-full {{$item.indent}}" id="wall-item-like-{{$item.id}}">{{$item.like}}</div>
<div class="wall-item-dislike wall-item-dislike-full {{$item.indent}}" id="wall-item-dislike-{{$item.id}}">{{$item.dislike}}</div>
<div class="wall-item-boring wall-item-boring-full {{$item.indent}}" id="wall-item-boring-{{$item.id}}">{{$item.boring}}</div>
{{if $item.threaded}}
{{if $item.comment}}

View file

@ -84,7 +84,6 @@
</div>
<div class="wall-item-like {{$item.indent}}" id="wall-item-like-{{$item.id}}">{{$item.like}}</div>
<div class="wall-item-dislike {{$item.indent}}" id="wall-item-dislike-{{$item.id}}">{{$item.dislike}}</div>
<div class="wall-item-boring {{$item.indent}}" id="wall-item-boring-{{$item.id}}">{{$item.boring}}</div>
<div class="hide-comments-outer">
<a href="display/{{$user.nickname}}/{{$item.id}}"><span id="hide-comments-total-{{$item.id}}" class="hide-comments-total">{{$item.total_comments_num}} {{$item.total_comments_text}}</span></a>