fixed one smarty end and set some operating Parenthesis
This commit is contained in:
@ -82,13 +82,13 @@
|
|||||||
<input name="go" type="submit" value="{$CONST.GO}">
|
<input name="go" type="submit" value="{$CONST.GO}">
|
||||||
</form>
|
</form>
|
||||||
{if $is_entries}
|
{if $is_entries}
|
||||||
{if $offSet > 0}||$count > $perPage}
|
{if ($offSet > 0) || ($count > $perPage)}
|
||||||
<nav class="pagination">
|
<nav class="pagination">
|
||||||
<ul class="clearfix">
|
<ul class="clearfix">
|
||||||
{if $offSet > 0}
|
{if ($offSet > 0)}
|
||||||
<li><a class="link_prev" href="{$linkPrevious}">{$CONST.PREVIOUS}</a></li>
|
<li><a class="link_prev" href="{$linkPrevious}">{$CONST.PREVIOUS}</a></li>
|
||||||
{/if}
|
{/if}
|
||||||
{if $count > $perPage}
|
{if ($count > $perPage)}
|
||||||
<li><a class="link_next" href="{$linkNext}">{$CONST.NEXT}</a></li>
|
<li><a class="link_next" href="{$linkNext}">{$CONST.NEXT}</a></li>
|
||||||
{/if}
|
{/if}
|
||||||
</ul>
|
</ul>
|
||||||
@ -110,7 +110,7 @@
|
|||||||
<input id="multidelete_entry{$entry.id}" name="serendipity[multiDelete][]" type="checkbox" value="{$entry.id}"><label for="multidelete_entry{$entry.id}" class="visuallyhidden">TODO_LANG #{$entry_id}</label>
|
<input id="multidelete_entry{$entry.id}" name="serendipity[multiDelete][]" type="checkbox" value="{$entry.id}"><label for="multidelete_entry{$entry.id}" class="visuallyhidden">TODO_LANG #{$entry_id}</label>
|
||||||
|
|
||||||
<div class="entry_status">
|
<div class="entry_status">
|
||||||
{if (!$showFutureEntries) && ($entry.timestamp >= $serverOffsetHour)}
|
{if !$showFutureEntries && ($entry.timestamp >= $serverOffsetHour)}
|
||||||
<span class="status_future">{$CONST.ENTRY_PUBLISHED_FUTURE}</span>
|
<span class="status_future">{$CONST.ENTRY_PUBLISHED_FUTURE}</span>
|
||||||
{/if}
|
{/if}
|
||||||
{if $entry.ep_is_sticky}
|
{if $entry.ep_is_sticky}
|
||||||
|
Reference in New Issue
Block a user