[pLog-svn] r4632 - plog/branches/lifetype-1.2/templates/admin/chooser

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Jan 30 10:40:20 EST 2007


Author: oscar
Date: 2007-01-30 10:40:20 -0500 (Tue, 30 Jan 2007)
New Revision: 4632

Modified:
   plog/branches/lifetype-1.2/templates/admin/chooser/header.template
   plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template
Log:
minor cosmetic changes


Modified: plog/branches/lifetype-1.2/templates/admin/chooser/header.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/chooser/header.template	2007-01-30 15:31:30 UTC (rev 4631)
+++ plog/branches/lifetype-1.2/templates/admin/chooser/header.template	2007-01-30 15:40:20 UTC (rev 4632)
@@ -12,30 +12,5 @@
    var plogBaseUrl = '{$baseurl}';
    var indexPage = '{$config->getValue("script_name")}';
   </script>
-  <STYLE type="text/css">{literal}
-   html,body {
-    margin           : 0px;
-    padding          : 5px;
-    background       : #FFFFFF;
-   }
-   #container
-   {    
-    text-align       : center;
-    margin-left      : auto;
-    margin-right     : auto;
-	width            : 400px;
-   }
-.info
-{
-    font             : 12px verdana, tahoma, arial, sans-serif;
-    margin-bottom    : 10px;
-    width            : 385px;
-}
-#list_action_bar
-{
-    width            : 385px;
-    padding          : 4px;
-}
-  {/literal}</style>
 </head>
 <body>
\ No newline at end of file

Modified: plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template	2007-01-30 15:31:30 UTC (rev 4631)
+++ plog/branches/lifetype-1.2/templates/admin/chooser/resourcelist.template	2007-01-30 15:40:20 UTC (rev 4632)
@@ -52,14 +52,15 @@
  </div>
  <br style="clear:both" />
  </div>
+
  <div id="container">
   {include file="$admintemplatepath/successmessage.template"}
   {include file="$admintemplatepath/errormessage.template"} 
 <table class="info">
  <thead>
   <tr>
-    <th style="width:270px;">{$locale->tr("resource")}</th>
-    <th style="width:150px;">{$locale->tr("actions")}</th>
+    <th style="width:75%;">{$locale->tr("resource")}</th>
+    <th style="width:25%;">{$locale->tr("actions")}</th>
   </tr>
  </thead>
  <tbody>



More information about the pLog-svn mailing list