Author: sevein
Date: Fri Aug  5 17:03:31 2011
New Revision: 9444

Log:
Add action box

Modified:
   
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/pluginsSuccess.php
   
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/themesSuccess.php

Modified: 
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/pluginsSuccess.php
==============================================================================
--- 
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/pluginsSuccess.php
  Fri Aug  5 17:00:11 2011        (r9443)
+++ 
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/pluginsSuccess.php
  Fri Aug  5 17:03:31 2011        (r9444)
@@ -36,6 +36,13 @@
     </tbody>
   </table>
 
-  <input class="form-submit" type="submit" value="<?php echo __('Save') ?>"/>
+  <div class="actions section">
+    <h2 class="element-invisible"><?php echo __('Actions') ?></h2>
+    <div class="content">
+      <ul class="clearfix links">
+        <input class="form-submit" type="submit" value="<?php echo __('Save') 
?>"/>
+      </ul>
+    </div>
+  </div>
 
 </form>

Modified: 
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/themesSuccess.php
==============================================================================
--- 
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/themesSuccess.php
   Fri Aug  5 17:00:11 2011        (r9443)
+++ 
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/themesSuccess.php
   Fri Aug  5 17:03:31 2011        (r9444)
@@ -36,6 +36,13 @@
     </tbody>
   </table>
 
-  <input class="form-submit" type="submit" value="<?php echo __('Save') ?>"/>
+  <div class="actions section">
+    <h2 class="element-invisible"><?php echo __('Actions') ?></h2>
+    <div class="content">
+      <ul class="clearfix links">
+        <input class="form-submit" type="submit" value="<?php echo __('Save') 
?>"/>
+      </ul>
+    </div>
+  </div>
 
 </form>

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to