diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-09-16 11:22:55 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-09-16 11:22:55 +0000 |
| commit | b024236ea2b0878a1e639ceec9473c8d3c376cba (patch) | |
| tree | e6095f1681d9376fce2fa6398c51f13832876d33 /templates | |
| parent | 8f386566ce8280812c7191a83b54fb6062e52045 (diff) | |
| download | tags-b024236ea2b0878a1e639ceec9473c8d3c376cba.tar.gz tags-b024236ea2b0878a1e639ceec9473c8d3c376cba.tar.bz2 tags-b024236ea2b0878a1e639ceec9473c8d3c376cba.zip | |
more elegant comma; wording
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/view_tags_mini_inc.tpl | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/view_tags_mini_inc.tpl b/templates/view_tags_mini_inc.tpl index c97868f..ff77f91 100644 --- a/templates/view_tags_mini_inc.tpl +++ b/templates/view_tags_mini_inc.tpl @@ -3,19 +3,21 @@ <div class="display tags"> {form ipackage=tags ifile=drop_tags.php} <input type="hidden" name="content_id" value="{$gContent->mContentId}" /> - <strong>{tr}Tags:{/tr}</strong> + <strong>{tr}Tags:{/tr}</strong> + {section name=tag loop=$tagData} - {if $smarty.section.tag.index > 0}, {/if} - <a href="{$tagData[tag].tag_url}" rel="tag">{$tagData[tag].tag}</a> {if $gContent->isOwner() || $gBitUser->hasPermission('p_tags_admin')} <input type="checkbox" name="tag_id[]" value="{$tagData[tag].tag_id}" /> <input type="hidden" name="tag_{$tagData[tag].tag_id}" value="{$tagData[tag].tag}" /> {/if} + <a href="{$tagData[tag].tag_url}" rel="tag">{$tagData[tag].tag}</a> + {if !$smarty.section.tag.last}, {/if} {/section} {if $gContent->isOwner() || $gBitUser->hasPermission('p_tags_admin')} - <input type="submit" name="drop_tags" value="{tr}Drop Tags{/tr}" /> + + <input type="submit" name="drop_tags" value="{tr}Drop selected{/tr}" /> {/if} {/form} </div> {/if} -{/strip} +{/strip}
\ No newline at end of file |
