update smart templates
This commit is contained in:
parent
488a38cd85
commit
acc4d66cd3
32 changed files with 260 additions and 57 deletions
|
@ -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>
|
||||
|
|
|
@ -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}}
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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}}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue