[pLog-svn] r789 - plog/trunk/templates/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Jan 21 21:36:34 GMT 2005


Author: oscar
Date: 2005-01-21 21:36:34 +0000 (Fri, 21 Jan 2005)
New Revision: 789

Modified:
   plog/trunk/templates/admin/addbloguser.template
   plog/trunk/templates/admin/blogtemplatechooser.template
   plog/trunk/templates/admin/blogusers.template
   plog/trunk/templates/admin/resourcelist.template
   plog/trunk/templates/admin/userpictureselect.template
   plog/trunk/templates/admin/usersettings.template
Log:
a few more changes

Modified: plog/trunk/templates/admin/addbloguser.template
===================================================================
--- plog/trunk/templates/admin/addbloguser.template	2005-01-21 21:23:10 UTC (rev 788)
+++ plog/trunk/templates/admin/addbloguser.template	2005-01-21 21:36:34 UTC (rev 789)
@@ -8,17 +8,17 @@
      {include file="$admintemplatepath/formvalidate.template" message=$locale->tr("error_adding_user")}
 
      <div class="field">
-      <label for="newBlogUserName">{$locale->tr("user_name")}</label>
+      <label for="newBlogUserName">{$locale->tr("username")}</label>
       <span class="required">*</span>
-      <div class="formHelp">{$locale->tr("user_name_help")}</div>
+      <div class="formHelp">{$locale->tr("new_blog_username_help")}</div>
       <input type="text" id="newBlogUsername" name="newBlogUserName" value="{$newBlogUserName}" />
-      {include file="$admintemplatepath/validate.template" field=newBlogUserName message=$locale->tr("error_user_id_incorrect")}
+      {include file="$admintemplatepath/validate.template" field=newBlogUserName message=$locale->tr("error_invalid_user")}
      </div>
 
      <div class="field">
        <label for="sendNotification">{$locale->tr("send_notification")}</label>
        <span class="required"></span>
-       <div class="formHelp">{$locale->tr("add_user_send_notification_help")}</div>
+       <div class="formHelp">{$locale->tr("send_user_notification_help")}</div>
        <input class="checkbox" type="checkbox" id="sendNotification" name="sendNotification" value="{$sendNotification}" />
      </div>
 
@@ -27,7 +27,7 @@
       <span class="required">*</span>
       <div class="formHelp">{$locale->tr("notification_text_help")}</div>
       <textarea rows="10" cols="70" id="newBlogUserText" name="newBlogUserText">{$newBlogUserText}</textarea>
-      {include file="$admintemplatepath/validate.template" field=newBlogUserText message=$locale->tr("error_must_type_something")}
+      {include file="$admintemplatepath/validate.template" field=newBlogUserText message=$locale->tr("error_empty_text")}
     </div>
   </fieldset>
   <div class="buttons">  

Modified: plog/trunk/templates/admin/blogtemplatechooser.template
===================================================================
--- plog/trunk/templates/admin/blogtemplatechooser.template	2005-01-21 21:23:10 UTC (rev 788)
+++ plog/trunk/templates/admin/blogtemplatechooser.template	2005-01-21 21:36:34 UTC (rev 789)
@@ -56,7 +56,7 @@
 </tbody>
 </table>
 <div id="list_action_bar">
-  <a href="javascript:window.close()">{$locale->tr("close_window")}</a>
+  <a href="javascript:window.close()">{$locale->tr("close")}</a>
 </div>
 </div>
 </body>

Modified: plog/trunk/templates/admin/blogusers.template
===================================================================
--- plog/trunk/templates/admin/blogusers.template	2005-01-21 21:23:10 UTC (rev 788)
+++ plog/trunk/templates/admin/blogusers.template	2005-01-21 21:36:34 UTC (rev 789)
@@ -17,7 +17,7 @@
                         <th style="width:25px;">UID</a></th>
                         <th style="width:145px;">{$locale->tr("username")}</th>
                         <th style="width:315px;">{$locale->tr("full_name")}</th>                        
-                        <th style="width:200px;">{$locale->tr("email_address")}</th>
+                        <th style="width:200px;">{$locale->tr("email")}</th>
                         <th style="width:90px;">{$locale->tr("actions")}</th>
                     </tr>
                 </thead>

Modified: plog/trunk/templates/admin/resourcelist.template
===================================================================
--- plog/trunk/templates/admin/resourcelist.template	2005-01-21 21:23:10 UTC (rev 788)
+++ plog/trunk/templates/admin/resourcelist.template	2005-01-21 21:36:34 UTC (rev 789)
@@ -40,7 +40,7 @@
             <div id="list_nav_select"> 
 <form id="resourceListAlbum" action="admin.php" method="post">
  <fieldset>
-  <legend>{$locale->tr("show_album")}</legend>
+  <legend>{$locale->tr("show_by")}</legend>
    <div class="list_nav_option">
     <label for="albumId">{$locale->tr("album")}</label>
 	<br />
@@ -134,9 +134,9 @@
 <div id="list_action_bar">
   {include file="$admintemplatepath/adminpager.template" style=list}
   {if $htmlarea}
-    <a href="javascript:onCancel()">{$locale->tr("close_window")}</a>
+    <a href="javascript:onCancel()">{$locale->tr("close")}</a>
   {else}
-    <a href="javascript:window.close()">{$locale->tr("close_window")}</a>
+    <a href="javascript:window.close()">{$locale->tr("close")}</a>
   {/if}
 </div>
 </div>

Modified: plog/trunk/templates/admin/userpictureselect.template
===================================================================
--- plog/trunk/templates/admin/userpictureselect.template	2005-01-21 21:23:10 UTC (rev 788)
+++ plog/trunk/templates/admin/userpictureselect.template	2005-01-21 21:36:34 UTC (rev 789)
@@ -40,7 +40,7 @@
             <div id="list_nav_select"> 
 <form id="resourceListAlbum" action="admin.php" method="post">
  <fieldset>
-  <legend>{$locale->tr("show_album")}</legend>
+  <legend>{$locale->tr("show_by")}</legend>
    <div class="list_nav_option">
     <label for="albumId">{$locale->tr("album")}</label>
 	<br />
@@ -101,7 +101,7 @@
 </table>
 <div id="list_action_bar">
   {include file="$admintemplatepath/adminpager.template" style=list}
-  <a href="javascript:window.close()">{$locale->tr("close_window")}</a>
+  <a href="javascript:window.close()">{$locale->tr("close")}</a>
 </div>
 </div>
 </body>

Modified: plog/trunk/templates/admin/usersettings.template
===================================================================
--- plog/trunk/templates/admin/usersettings.template	2005-01-21 21:23:10 UTC (rev 788)
+++ plog/trunk/templates/admin/usersettings.template	2005-01-21 21:36:34 UTC (rev 789)
@@ -14,18 +14,19 @@
      <div style="float:left;width:76%;border-right:1px solid #DEDEDE";>
       <div class="field">
         <label for="userName">{$locale->tr("username")}</label>
+        <div class="formHelp">{$locale->tr("username_help")}</div>		
         <input type="text" class="readOnly" readonly="readonly" id="userName" value="{$user->getUsername()}" />
       </div>
 
       <div class="field">
         <label for="userFullName">{$locale->tr("full_name")}</label>
-        <div class="formHelp">{$locale->tr("full_name")}</div>
+        <div class="formHelp">{$locale->tr("full_name_help")}</div>		
         <input type="text" name="userFullName" value="{$userFullName}" id="userFullName" />
       </div>
 
      <div class="field">
        <label for="userPassword">{$locale->tr("password")}</label>
-       <div class="formHelp">{$locale->tr("empty_no_change")}</div>
+       <div class="formHelp">{$locale->tr("password_help")}</div>
        <input type="password" name="userPassword" value="{$userPassword}" id="userPassword" />
        {include file="$admintemplatepath/validate.template" field=userPassword message=$locale->tr("error_invalid_password")}
        <br/>
@@ -35,24 +36,24 @@
      </div>
  
      <div class="field">
-       <label for="userEmail">{$locale->tr("email_address")}</label>
+       <label for="userEmail">{$locale->tr("email")}</label>
        <span class="required">*</span>
-       <div class="formHelp">{$locale->tr("email_address")}</div>
+       <div class="formHelp">{$locale->tr("email_help")}</div>
        <input type="text" name="userEmail" value="{$userEmail}" id="userEmail" />
        {include file="$admintemplatepath/validate.template" field=userEmail message=$locale->tr("error_incorrect_email_address")}		 
      </div>
 
      <div class="field">
        <label for="userAbout">{$locale->tr("bio")}</label>
-       <div class="formHelp">{$locale->tr("bio")}</div>
+       <div class="formHelp">{$locale->tr("bio_help")}</div>
        <textarea cols="60" rows="10" name="userAbout" id="userAbout">{$userAbout}</textarea>
      </div>
     </div>
 
     <div style="width:20%;float:left;margin-left:18px;">
      <div class="field">
-       <label for="userPictureId">{$locale->tr("user_picture")}</label>
-       <div class="formHelp">{$locale->tr("user_picture")}</div>
+       <label for="userPictureId">{$locale->tr("picture")}</label>
+       <div class="formHelp">{$locale->tr("user_picture_help")}</div>
        {if $user->hasPicture()} 
 	     {assign var=userPicture value=$user->getPicture()}
 	     {assign var=imgInfo value=$userPicture->getMetadataReader()}
@@ -61,7 +62,7 @@
 	     <img alt="Picture" src="imgs/no-user-picture.jpg" id="userPicture" style="display:block;margin-left:auto;margin-right:auto"/>	
        {/if}
        <br/>
-       <a href="javascript:userPictureSelectWindow();">{$locale->tr("select")}...</a>
+       <a href="javascript:userPictureSelectWindow();">{$locale->tr("choose")}...</a>
        <input type="hidden" name="userPictureId" id="userPictureId" value="{$user->getPictureId()}" />
      </div>
     </div>




More information about the pLog-svn mailing list