[pLog-svn] r4627 - plog/branches/lifetype-1.2/templates/admin/chooser

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Jan 30 10:12:36 EST 2007


Author: oscar
Date: 2007-01-30 10:12:36 -0500 (Tue, 30 Jan 2007)
New Revision: 4627

Modified:
   plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template
Log:
The "upload here" text is now a bit more visible than before, I think many people did not even know that this feature was here...

Modified: plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template	2007-01-30 13:37:39 UTC (rev 4626)
+++ plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template	2007-01-30 15:12:36 UTC (rev 4627)
@@ -69,7 +69,7 @@
      <a href="admin.php?op=resourceList&amp;albumId={$album->getParentId()}&amp;mode={$destination}&amp;page=1">
      <img src="imgs/admin/icon_folder-72.png" border="0" alt="Parent" />&nbsp;<br/>..</a>
     </td>
-    <td><a onclick="_toggle('resource_list_upload');" href="#upload">{$locale->tr("upload_here")}</a> </td>
+    <td><a onclick="_toggle('resource_list_upload');" href="#upload"><span style="font-size:13px;font-weight:bold">{$locale->tr("upload_here")}</span></a> </td>
    </tr>
   {/if}
   {foreach from=$albums item=resalbum}



More information about the pLog-svn mailing list