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

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Jun 25 11:53:31 EDT 2007


Author: mark
Date: 2007-06-25 11:53:31 -0400 (Mon, 25 Jun 2007)
New Revision: 5577

Modified:
   plog/trunk/templates/admin/editfriend.template
   plog/trunk/templates/admin/editfriends.template
Log:
Some updates.

Modified: plog/trunk/templates/admin/editfriend.template
===================================================================
--- plog/trunk/templates/admin/editfriend.template	2007-06-25 10:18:11 UTC (rev 5576)
+++ plog/trunk/templates/admin/editfriend.template	2007-06-25 15:53:31 UTC (rev 5577)
@@ -20,7 +20,7 @@
      <label for="userAuthorizationStatus">{$locale->tr("user_authorization_status")}</label>
      <span class="required">*</span>
      <div class="formHelp">{$locale->tr("user_authorization_status_help")}</div>
-	 <select name="userAuthorizationStatusList" id="userAuthorizationStatusList">
+	 <select name="userAuthorizationStatus" id="userAuthorizationStatus">
 	  {foreach from=$userAuthorizationStatusList key=name item=status}
        <option value="{$status}" {if $userAuthorizationStatus == $status} selected="selected"{/if}>{$locale->tr($name)}</option>
 	  {/foreach}

Modified: plog/trunk/templates/admin/editfriends.template
===================================================================
--- plog/trunk/templates/admin/editfriends.template	2007-06-25 10:18:11 UTC (rev 5576)
+++ plog/trunk/templates/admin/editfriends.template	2007-06-25 15:53:31 UTC (rev 5577)
@@ -46,8 +46,8 @@
     <th style="width:110px;">{$locale->tr("friend")}</th>
     <th style="width:160px;">{$locale->tr("blog")}</th>
     <th style="width:110px;">{$locale->tr("group")}</th>
-    <th style="width:110px;">{$locale->tr("user_authorized")}</th>
-    <th style="width:110px;">{$locale->tr("friend_authorized")}</th>
+    <th style="width:110px;">{$locale->tr("user_authorization_status")}</th>
+    <th style="width:110px;">{$locale->tr("friend_authorization_status")}</th>
     <th style="width:95px;">{$locale->tr("actions")}</th>
    </tr>
   </thead>



More information about the pLog-svn mailing list