Maintenance: cleaned out some TODO notes.
This commit is contained in:
@ -106,17 +106,16 @@
|
||||
<h4 id="c{$comment.id}">{($comment.type == 'NORMAL') ? $CONST.COMMENT : (($comment.type == 'TRACKBACK') ? $CONST.TRACKBACK : $CONST.PINGBACK )} #{$comment.id} – {$CONST.IN_REPLY_TO} <a href="{$comment.entry_url}">{$comment.title|escape}</a> {$CONST.ON} {$comment.timestamp|@formatTime:'%b %e %Y, %H:%M'}</h4>
|
||||
|
||||
<dl class="comment_data clearfix">
|
||||
{* TODO: This should not emit any images *}
|
||||
<dt>{$CONST.AUTHOR}:</dt>
|
||||
<dd>{$comment.author|escape|truncate:30:"…"} {$comment.action_author}</dd>
|
||||
<dd>{$comment.author|escape|truncate:40:"…"} {$comment.action_author}</dd>
|
||||
<dt>{$CONST.EMAIL}:</dt>
|
||||
<dd>{if empty($comment.email)}N/A{else}<a href="mailto:{$comment.email|escape}" title="{$comment.email|escape}">{$comment.email|escape|truncate:30:"…"}</a>{if $comment.subscribed == 'true'} <span class="serendipity_subscription_on">({$CONST.ACTIVE_COMMENT_SUBSCRIPTION})</span>{/if}{/if} {$comment.action_email}</dd>
|
||||
<dd>{if empty($comment.email)}N/A{else}<a href="mailto:{$comment.email|escape}" title="{$comment.email|escape}">{$comment.email|escape|truncate:40:"…"}</a>{if $comment.subscribed == 'true'} <span class="serendipity_subscription_on">({$CONST.ACTIVE_COMMENT_SUBSCRIPTION})</span>{/if}{/if} {$comment.action_email}</dd>
|
||||
<dt>IP:</dt>
|
||||
<dd>{if empty($comment.ip)}N/A{else}{$comment.ip|escape}{/if} {$comment.action_ip}</dd>
|
||||
<dt>URL:</dt>
|
||||
<dd>{if empty($comment.url)}N/A{else}<a class="icon_link" href="{$comment.url|escape}" title="{$comment.url|escape}"><span class="icon-link"></span> {$comment.url|escape|truncate:30:"…"}</a> {/if} {$comment.action_url}</dd>
|
||||
<dd>{if empty($comment.url)}N/A{else}<a class="icon_link" href="{$comment.url|escape}" title="{$comment.url|escape}"><span class="icon-link"></span> {$comment.url|escape|truncate:40:"…"}</a> {/if} {$comment.action_url}</dd>
|
||||
<dt>{$CONST.REFERER}:</dt>
|
||||
<dd>{if empty($comment.referer)}N/A{else}<a href="{$comment.referer|escape}" title="{$comment.referer|escape}">{$comment.referer|escape|truncate:30:"…"}</a>{/if} {$comment.action_referer}</dd>
|
||||
<dd>{if empty($comment.referer)}N/A{else}<a href="{$comment.referer|escape}" title="{$comment.referer|escape}">{$comment.referer|escape|truncate:40:"…"}</a>{/if} {$comment.action_referer}</dd>
|
||||
</dl>
|
||||
|
||||
<div id="c{$comment.id}_summary" class="comment_summary">{$comment.fullBody|truncate:120:"…"}</div>
|
||||
|
@ -15,9 +15,10 @@
|
||||
{if $entry_vars.allowDateManipulation}
|
||||
<div id="edit_entry_timestamp" class="form_field">
|
||||
<input name="serendipity[chk_timestamp]" type="hidden" value="{$entry_vars.timestamp}">
|
||||
{* TODO: this should be input[type=datetime] *}
|
||||
|
||||
<label for="serendipityNewTimestamp">{$CONST.DATE}</label>
|
||||
<input id="serendipityNewTimestamp" name="serendipity[new_timestamp]" type="text" value="{$entry_vars.timestamp|@formatTime:DATE_FORMAT_2:true:false:true}">
|
||||
|
||||
<a id="reset_timestamp" class="button_link" href="#" onclick="document.getElementById('serendipityNewTimestamp').value = '{$entry_vars.reset_timestamp|@formatTime:DATE_FORMAT_2:true:false:true}'; return false;" title="{$CONST.RESET_DATE_DESC}"><span class="icon-clock"></span><span class="visuallyhidden"> {$CONST.RESET_DATE}</span></a>
|
||||
</div>
|
||||
{/if}
|
||||
|
@ -58,7 +58,6 @@
|
||||
|
||||
<ul>
|
||||
{foreach $perms as $perm}
|
||||
{* TODO: major rewrite *}
|
||||
{if {{$perm@key}|truncate:"2":""} == 'f_'}{continue}{/if}
|
||||
{if !isset($section)}
|
||||
{$section=$perm@key}
|
||||
@ -71,18 +70,13 @@
|
||||
{$section="{$perm@key}"}
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
|
||||
{if ! ($perm@first || ($in_indent != true && $indent == " "))}
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
|
||||
{if $indent == " " && $in_indent != true}
|
||||
{$in_indent=true}
|
||||
<ul>
|
||||
{/if}
|
||||
|
||||
{if $indent == "<br>" && $in_indent == true}
|
||||
{$in_indent=false}
|
||||
</ul></li>
|
||||
|
@ -89,7 +89,7 @@
|
||||
{if $case_properties}
|
||||
{** serendipity_showPropertyForm($new_media) **}
|
||||
{/if}
|
||||
{* END TODO *}
|
||||
{* END *}
|
||||
|
||||
{if $case_add}
|
||||
{if $smarty.post.adminSubAction == 'properties'}
|
||||
@ -256,7 +256,7 @@
|
||||
{if $case_addSelect}
|
||||
{** smarty display 'admin/media_upload.tpl' **}
|
||||
{/if}
|
||||
{* END TODO *}
|
||||
{* END *}
|
||||
|
||||
{if $case_rotateCW}
|
||||
{if $rotate_img_done}
|
||||
|
Reference in New Issue
Block a user