summaryrefslogtreecommitdiff
path: root/templates/edit_storage_list.tpl
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2008-09-29 11:56:30 +0000
committerlaetzer <laetzer@users.sourceforge.net>2008-09-29 11:56:30 +0000
commit20b756c6259fe2fed0186f6aa6f44e1d4d5a74a5 (patch)
tree9a31c0690c3ab599800b5e889c10e11857dad763 /templates/edit_storage_list.tpl
parent5bf11e5d095cb770b5d2c857de019de91545bd0e (diff)
downloadliberty-20b756c6259fe2fed0186f6aa6f44e1d4d5a74a5.tar.gz
liberty-20b756c6259fe2fed0186f6aa6f44e1d4d5a74a5.tar.bz2
liberty-20b756c6259fe2fed0186f6aa6f44e1d4d5a74a5.zip
inline css in liberty, kernel, themes replaced with classes from inline.css (loaded by themes pkg)
Diffstat (limited to 'templates/edit_storage_list.tpl')
-rw-r--r--templates/edit_storage_list.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/edit_storage_list.tpl b/templates/edit_storage_list.tpl
index 9f7210e..b7d15bf 100644
--- a/templates/edit_storage_list.tpl
+++ b/templates/edit_storage_list.tpl
@@ -8,9 +8,9 @@
<table class="data" summary="List of attached files">
<caption>{tr}Items {if $libertyUploader && empty($gContent->mContentId)}That Will Be{/if} Attached Directly to this Content{/tr}</caption>
<tr>
- <th scope="col" style="width:30%;" title="{tr}Thumbnail{/tr}">{tr}Thumbnail{/tr}</th>
- <th scope="col" style="width:40%;" title="{tr}Inclusion Code{/tr}">{tr}Inclusion Code{/tr}</th>
- <th scope="col" style="width:30%;" title="{tr}Actions{/tr}">{tr}Actions{/tr}</th>
+ <th scope="col" class="width30p" title="{tr}Thumbnail{/tr}">{tr}Thumbnail{/tr}</th>
+ <th scope="col" class="width40p" title="{tr}Inclusion Code{/tr}">{tr}Inclusion Code{/tr}</th>
+ <th scope="col" class="width30p" title="{tr}Actions{/tr}">{tr}Actions{/tr}</th>
</tr>
<tr>
@@ -27,7 +27,7 @@
{foreach from=$gContent->mStorage item=storage key=attachmentId name=atts}
<tr class="{cycle values="odd,even"}">
- <td style="text-align:center;">
+ <td class="aligncenter">
{if $storage.is_mime}
{include file=$gLibertySystem->getMimeTemplate('inline',$storage.attachment_plugin_guid) display_type=storage_thumbs thumbsize=small preferences=$gContent->mStoragePrefs.$attachmentId attachment=$storage}
{else}
@@ -38,7 +38,7 @@
{/if}
{/if}
</td>
- <td style="text-align:center;">
+ <td class="aligncenter">
{$storage.wiki_plugin_link}
{if $smarty.foreach.atts.first}
{formhelp note="copy this code into your edit window to embed the file into your text"}