[pLog-svn] r2874 - in plog/trunk: imgs/admin locale templates/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Jan 30 10:40:28 GMT 2006


Author: mark
Date: 2006-01-30 10:40:27 +0000 (Mon, 30 Jan 2006)
New Revision: 2874

Modified:
   plog/trunk/imgs/admin/icon_archive-16.png
   plog/trunk/imgs/admin/icon_mail-16.png
   plog/trunk/locale/locale_en_UK.php
   plog/trunk/locale/locale_zh_TW.php
   plog/trunk/templates/admin/header.template
Log:
1. Change the bloglink and blogselection layout, it looks more intuitive.
2. fix the transparent color of icon_mail-16.png, now the icon looks the same in different browsers.
3. Change the archive icon, it looks more intuitive.

Modified: plog/trunk/imgs/admin/icon_archive-16.png
===================================================================
(Binary files differ)

Modified: plog/trunk/imgs/admin/icon_mail-16.png
===================================================================
(Binary files differ)

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2006-01-29 22:18:20 UTC (rev 2873)
+++ plog/trunk/locale/locale_en_UK.php	2006-01-30 10:40:27 UTC (rev 2874)
@@ -978,4 +978,6 @@
 $messages['quick_launches'] = 'Quick Launches';
 
 $messages['confirmation_message_resent_ok'] = 'Confirmation message resent successfully.';
+
+$messages['goto_blog_page'] = 'Go to %s';
 ?>
\ No newline at end of file

Modified: plog/trunk/locale/locale_zh_TW.php
===================================================================
--- plog/trunk/locale/locale_zh_TW.php	2006-01-29 22:18:20 UTC (rev 2873)
+++ plog/trunk/locale/locale_zh_TW.php	2006-01-30 10:40:27 UTC (rev 2874)
@@ -976,4 +976,8 @@
 $messages['hide_option_panel'] = '隱藏選項';
 
 $messages['quick_launches'] = '快捷列';
+
+$messages['confirmation_message_resent_ok'] = 'Confirmation message resent successfully.';
+
+$messages['goto_blog_page'] = '打開 %s 首頁';
 ?>
\ No newline at end of file

Modified: plog/trunk/templates/admin/header.template
===================================================================
--- plog/trunk/templates/admin/header.template	2006-01-29 22:18:20 UTC (rev 2873)
+++ plog/trunk/templates/admin/header.template	2006-01-30 10:40:27 UTC (rev 2874)
@@ -61,17 +61,15 @@
     {if $useDropDownMenuEnabled}
         {$menu->generateAt("menu","3","","JavaScript")}
     {/if}
-
-   	<div style="text-align: right;">
-        <!-- link to the blog, opens in new window -->
-        <a href="{$url->blogLink()}" id="blogLink" target="_blank" 
-           title="{$blog->getBlog()}">{$url->blogLink()}</a>&nbsp;&nbsp;
-   		<img style="vertical-align: middle;" src="imgs/admin/icon_home-24.png" alt="Blog" />&nbsp;
+   	
+   	<div style="text-align: right; padding-right: 5px;">
    		<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>
        	{/foreach}
        	</select>
+       	{assign var=blogname value=$blog->getBlog()}
+       	<a href="{$url->blogLink()}" id="blogLink" target="_blank" title="{$blog->getBlog()}"><img style="vertical-align: top; border: 0px;" src="imgs/admin/icon_goto-16.png" alt="{$locale->pr("goto_blog_page",$blogname)}" /></a>
     </div>
 
     <div id="content" >



More information about the pLog-svn mailing list