[pLog-svn] r2290 - plog/branches/plog-1.0.2/templates/admin

mark at devel.plogworld.net mark at devel.plogworld.net
Wed Jul 6 10:30:02 GMT 2005


Author: mark
Date: 2005-07-06 10:30:01 +0000 (Wed, 06 Jul 2005)
New Revision: 2290

Modified:
   plog/branches/plog-1.0.2/templates/admin/header.template
Log:
Change the "switch_to" message to home icon.

Modified: plog/branches/plog-1.0.2/templates/admin/header.template
===================================================================
--- plog/branches/plog-1.0.2/templates/admin/header.template	2005-07-06 10:29:10 UTC (rev 2289)
+++ plog/branches/plog-1.0.2/templates/admin/header.template	2005-07-06 10:30:01 UTC (rev 2290)
@@ -57,7 +57,7 @@
     </div>
 
    	<div style="text-align: right;">
-   		{$locale->tr("switch_to")} 
+   		<img style="vertical-align: middle;" src="imgs/admin/icon_home-24.png" alt="Blog" />&nbsp;
    		<select name="userBlog" id="userBlog" onChange="MM_jumpMenu('parent',this,0)">
      	{foreach from=$userBlogs item=userBlog}
      		<option value="admin.php?op=blogSelect&amp;blogId={$userBlog->getId()}" {if $userBlog->getId() == $blog->getId()}selected="selected"{/if}>{$userBlog->getBlog()}</option>




More information about the pLog-svn mailing list