[pLog-svn] r4461 - plugins/branches/lifetype-1.1/mailcentre/templates

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Jan 1 17:02:29 GMT 2007


Author: oscar
Date: 2007-01-01 17:02:29 +0000 (Mon, 01 Jan 2007)
New Revision: 4461

Modified:
   plugins/branches/lifetype-1.1/mailcentre/templates/userselector.template
Log:
fixed an issue with adminpager.template not existing anymore


Modified: plugins/branches/lifetype-1.1/mailcentre/templates/userselector.template
===================================================================
--- plugins/branches/lifetype-1.1/mailcentre/templates/userselector.template	2007-01-01 16:59:42 UTC (rev 4460)
+++ plugins/branches/lifetype-1.1/mailcentre/templates/userselector.template	2007-01-01 17:02:29 UTC (rev 4461)
@@ -1,7 +1,7 @@
-<html>
- <head>
-  <meta http-equiv="Content-Type" content="text/html; charset={$locale->getCharset()}"/> 
-  <link rel="stylesheet" href="styles/admin.css" type="text/css" />
+<html>
+ <head>
+  <meta http-equiv="Content-Type" content="text/html; charset={$locale->getCharset()}"/> 
+  <link rel="stylesheet" href="styles/admin.css" type="text/css" />
   <title>pLog Admin</title>
   <script type="text/javascript">
    {literal}
@@ -24,31 +24,31 @@
      field.value+=address;
    }
    {/literal}
-  </script>
-  <style>{literal}
-   html,body {
-    margin           : 0px;
-    padding          : 0px;
-    background       : #FFFFFF;
-   }
-   #container
-   {
-    width            : 400px;
-    text-align       : left;
-    margin-left      : auto;
-    margin-right     : auto;
-   }
-.info
-{
-    margin-bottom    : 10px;
-    width            : 285px;
-}
-#list_action_bar
-{
-    width            : 285px;
-    padding          : 4px;
-}
-  {/literal}</style>
+  </script>
+  <style>{literal}
+   html,body {
+    margin           : 0px;
+    padding          : 0px;
+    background       : #FFFFFF;
+   }
+   #container
+   {
+    width            : 400px;
+    text-align       : left;
+    margin-left      : auto;
+    margin-right     : auto;
+   }
+.info
+{
+    margin-bottom    : 10px;
+    width            : 285px;
+}
+#list_action_bar
+{
+    width            : 285px;
+    padding          : 4px;
+}
+  {/literal}</style>
  </head>
 
         <div id="list_nav_bar">
@@ -135,10 +135,10 @@
             </table>
         </div>        
         <div id="list_action_bar">
-            {include file="$admintemplatepath/adminpager.template" style=list}
+            {pager style=list}
             <a href="javascript:window.close()">{$locale->tr("close")}</a>
         </div>
 	</form>
-</div>
-</body>
-</html>
+</div>
+</body>
+</html>



More information about the pLog-svn mailing list