From 46666cb13daf33f28367be98f18d9966147a5e60 Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Thu, 17 Sep 2009 00:18:35 +0000 Subject: reduce clutter in tpl - remove excess verbage, and remove table column --- templates/edit_storage_list.tpl | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) (limited to 'templates/edit_storage_list.tpl') diff --git a/templates/edit_storage_list.tpl b/templates/edit_storage_list.tpl index fc313e9..3935249 100644 --- a/templates/edit_storage_list.tpl +++ b/templates/edit_storage_list.tpl @@ -6,31 +6,14 @@ {if $gContent->mStorage}
- - - {if $uploadTab} - - - - - {/if} - {foreach from=$gContent->mStorage item=storage key=attachmentId name=atts} - - {/if} {/foreach} + {if $uploadTab} + + + + + {/if} +
{tr}Items {if $libertyUploader && empty($gContent->mContentId)}That Will Be{/if} Attached Directly to this Content{/tr}
{tr}Attachment ID{/tr} {tr}Thumbnail{/tr} {tr}Inclusion Code{/tr} {tr}Actions{/tr}
  - -
- {$storage.attachment_id} - {if $storage.is_mime} {include file=$gLibertySystem->getMimeTemplate('storage',$storage.attachment_plugin_guid) thumbsize=small preferences=$gContent->mStoragePrefs.$attachmentId attachment=$storage} @@ -42,7 +25,8 @@ {/if} {/if} + +
{tr}Attachment ID{/tr}: {$storage.attachment_id}
{if $gBitThemes->isJavascriptEnabled()} @@ -128,6 +112,18 @@
  + +
{/if} -- cgit v1.3