generalise folder_manip_dialog CSS into dialogbox CSS
[squirrelmail.git] / templates / default / folder_manip_dialog.tpl
index 7f3e6158ec4b89fa4ebb881c61c6fbdb84784f0d..0cb7a1f79dbc36e6ef5b3b5fda724b795122aa65 100644 (file)
@@ -29,7 +29,7 @@
 /* retrieve the template vars */
 extract($t);
 ?>
-<div id="folderManip">
+<div class="dialogbox">
 <form action="folders.php" method="post">
 <table cellspacing="0" class="wrapper">
 <?php
@@ -80,4 +80,4 @@ if ( $dialog_type == 'rename' ) {
  </tr>
 </table>
 </form>
-</div>
\ No newline at end of file
+</div>