Admin-Bereich: Überschriften einheitlich als <h1> anzeigen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 16 Nov 2012 17:17:59 +0000 (18:17 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 16 Nov 2012 17:17:59 +0000 (18:17 +0100)
24 files changed:
templates/webpages/admin/backup_dataset.html
templates/webpages/admin/backup_dataset_email_done.html
templates/webpages/admin/check_auth_database.html
templates/webpages/admin/check_auth_tables.html
templates/webpages/admin/create_dataset.html
templates/webpages/admin/create_standard_group_ask.html
templates/webpages/admin/dbadmin.html
templates/webpages/admin/dbcreate.html
templates/webpages/admin/dbdelete.html
templates/webpages/admin/dbupgrade_header.html
templates/webpages/admin/delete_dataset.html
templates/webpages/admin/delete_group_confirm.html
templates/webpages/admin/edit_group.html
templates/webpages/admin/edit_group_membership.html
templates/webpages/admin/edit_groups.html
templates/webpages/admin/edit_user.html
templates/webpages/admin/list_users.html
templates/webpages/admin/restore_dataset.html
templates/webpages/admin/restore_dataset_start_header.html
templates/webpages/admin/test_db_connection.html
templates/webpages/admin/update_dataset.html
templates/webpages/admin/user_migration.html
templates/webpages/admin/user_migration_complete.html
templates/webpages/admin/user_migration_done.html

index 756247a..128d460 100644 (file)
@@ -18,7 +18,7 @@
     -->
  </script>
 
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
 
  [% IF NO_DATABSES %]
   [% 'No databases have been found on this server.' | $T8 %]
@@ -96,4 +96,3 @@
   </form>
 
  [% END %]
-
index bb29cf9..e1573a6 100644 (file)
@@ -1,7 +1,7 @@
 [%- USE T8 %]
 [%- USE LxERP %]
 [%- USE HTML %]
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
 
  <p>[% LxERP.t8('The dataset backup has been sent via email to #1.', to) | html %]</p>
 
index 8e727d9..c40b8ec 100644 (file)
@@ -1,7 +1,7 @@
 [%- USE T8 %]
 [%- USE HTML %]
 
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
 
  <form method="post" action="admin.pl">
 
@@ -57,4 +57,3 @@
   <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
 
  </form>
-
index 027d492..0e1d80a 100644 (file)
@@ -1,7 +1,7 @@
 [%- USE T8 %]
 [%- USE HTML %]
 
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
 
  <p>
   [% 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' | $T8 %]
@@ -39,4 +39,3 @@
   <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
 
  </form>
-
index 94ddf82..36b337a 100644 (file)
@@ -1,6 +1,6 @@
 [%- USE T8 %]
 [%- USE HTML %]
-  <h2>[% title %]</h2>
+  <h1>[% title %]</h1>
 
   <form method="post" action="admin.pl">
    <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
index 2f2fa6d..5718c88 100644 (file)
@@ -1,7 +1,7 @@
 [%- USE T8 %]
 [%- USE HTML %]
 
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
 
  <form method="post" action="admin.pl">
 
@@ -45,4 +45,3 @@
   </p>
 
  </form>
-
index 74e1467..23fb805 100644 (file)
@@ -1,6 +1,6 @@
 [%- USE T8 %]
 [%- USE HTML %]
-  <h2>[% title %]</h2>
+  <h1>[% title %]</h1>
 
   <form method="post" action="admin.pl">
    <a href="admin.pl?action=list_users">[% 'Back' | $T8 %]</a>
@@ -66,4 +66,3 @@
   <p>[% 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' | $T8 %]</p>
 
   <p>[% 'Leave host and port field empty unless you want to make a remote connection.' | $T8 %]</p>
-
index f832912..b42c746 100644 (file)
@@ -1,7 +1,7 @@
 [%- USE T8 %]
 [%- USE HTML %]
 [%- USE LxERP %]
-  <h2>[% title %]</h2>
+  <h1>[% title %]</h1>
 
   <form method="post" action="admin.pl">
 
@@ -12,4 +12,3 @@
    <p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
 
   </form>
-
index 6926c9c..a7aa798 100644 (file)
@@ -1,7 +1,7 @@
 [%- USE T8 %]
 [%- USE LxERP %]
 [%- USE HTML %]
-  <h2>[% title %]</h2>
+  <h1>[% title %]</h1>
 
   <form method="post" action="admin.pl">
 
@@ -11,4 +11,3 @@
 
    <p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
   </form>
-
index cc37049..1a81e96 100644 (file)
@@ -1,2 +1,2 @@
 [%- USE T8 %]
-[% USE HTML %]<div class="listtop" width="100%">[% 'Dataset upgrade' | $T8 %] ([% HTML.escape(dbname) %])</div>
+[% USE HTML %]<h1>[% 'Dataset upgrade' | $T8 %] ([% HTML.escape(dbname) %])</h1>
index 2e891ee..e66dadf 100644 (file)
@@ -1,6 +1,6 @@
 [%- USE T8 %]
 [%- USE HTML %]
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
  <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
  <form method="post" action="admin.pl">
 
@@ -26,4 +26,3 @@
   <p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
 
  </form>
-
index 591ae30..3b46941 100644 (file)
@@ -1,6 +1,6 @@
 [%- USE T8 %]
 [%- USE HTML %]
-  <div class="listtop">[% 'Delete group' | $T8 %]: [% name %]</div>
+  <h1>[% 'Delete group' | $T8 %]: [% name %]</h1>
   <p class="message_hint">[ [% name %] ] - [% 'Do you really want to delete this group?' | $T8 %]</p>
 
    <form name="Form" method="post" action="admin.pl">
@@ -11,4 +11,3 @@
     <input type="hidden" name="delete_nextsub" value="delete_group">
     <input type="submit" class="submit" name="action" value="[% 'Delete' | $T8 %]">
    </form>
-
index de6c8d7..bcbcd09 100644 (file)
@@ -2,13 +2,13 @@
  [% L.stylesheet_tag('jquery.multiselect2side') %]
  [% L.javascript_tag('jquery.selectboxes', 'jquery.multiselect2side') %]
 
+<h1>[% 'Edit group ' | $T8 %]:  [% HTML.escape(name) %]</h1>
+
  <form name="Form" method="post" action="admin.pl">
   [% IF message %]
   <p class="message_ok">[% message %]</p>
   [% END %]
 
-  <div class="listtop">[% 'Edit group ' | $T8 %]:  [% HTML.escape(name) %]</div>
-
   <p><a href="admin.pl?action=edit_groups">[% 'Back' | $T8 %]</a></p>
 
    <hr>
index 662c040..be0a46d 100644 (file)
@@ -1,7 +1,7 @@
 [%- USE T8 %]
 [%- USE HTML %][%- USE LxERP %]
 
- <div class="listtop">[% 'Edit group membership' | $T8 %]</div>
+ <h1>[% 'Edit group membership' | $T8 %]</h1>
 
  <p><a href="admin.pl?action=edit_groups">[% 'Back' | $T8 %]</a></p>
  <p>[% 'Select the checkboxes that match users to the groups they should belong to.' | $T8 %]</p>
@@ -42,4 +42,3 @@
   </p>
 
  </form>
-
index ee6d9ef..b17539d 100644 (file)
@@ -1,14 +1,14 @@
 [%- USE T8 %]
 [%- USE HTML %]
 
-  <div class="listtop">[% 'Edit groups' | $T8 %]</div>
+  <h1>[% 'Edit groups' | $T8 %]</h1>
   [% IF message %]
   <p class="message_ok">[% message %]</p>
   [% END %]
 
   <p><a href="admin.pl?action=login">[% 'Back' | $T8 %]</a></p>
 
- <h1>[% 'Add a new group' | $T8 %]</h1>
+ <h2>[% 'Add a new group' | $T8 %]</h2>
 
  <form method="post" action="admin.pl">
  <br>
@@ -20,7 +20,7 @@
    <p><input type="submit" class="submit" name="action" value="[% 'Add' | $T8 %]"></p>
  </form>
 
- <h1>[% 'Edit and delete a group' | $T8 %]</h1>
+ <h2>[% 'Edit and delete a group' | $T8 %]</h2>
 
  <form name="Form" method="post" action="admin.pl">
   [% IF num_groups %]
@@ -45,7 +45,7 @@
   </p>
  </form>
 
- <h1>[% 'Group membership' | $T8 %]</h1>
+ <h2>[% 'Group membership' | $T8 %]</h2>
 
  <p>[% 'Edit the membership of all users in all groups:' | $T8 %]</p>
 
index 6e8fe2f..45f2831 100644 (file)
@@ -21,9 +21,9 @@
     -->
  </script>
 
- <form name="Form" id="Form" method="post" action="admin.pl">
+ <h1>[% title %]</h1>
 
 <div class="listtop" width="100%">[% title %]</div>
<form name="Form" id="Form" method="post" action="admin.pl">
   <p><a href="admin.pl?action=list_users">[% 'Back' | $T8 %]</a></p>
 
   <table width="100%">
index 02a4706..67a2d62 100644 (file)
@@ -61,7 +61,9 @@
   </div>
  </form>
 
- <h1>[% 'User Login' | $T8 %]</h1>
+ <hr>
+
+ <h2>[% 'User Login' | $T8 %]</h2>
 
  <form method="post" action="controller.pl">
   <input type="hidden" name="action" value="LoginScreen/login">
@@ -80,6 +82,3 @@
   </table>
 
  </form>
-
- <hr size="3" noshade>
-
index 7758fec..6e29706 100644 (file)
@@ -4,7 +4,7 @@
     $(function(){ document.getElementsByName('dbname')[0].focus();});
   </script>
 
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
 
  <form name="Form" method="post" action="admin.pl" enctype="multipart/form-data">
 
@@ -56,4 +56,3 @@
   <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
 
  </form>
-
index 2cef649..dbc38c7 100644 (file)
@@ -1,5 +1,5 @@
 [%- USE T8 %]
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
 
  <p>[%- 'The restoration process has started. Here\'s the output of the &quot;pg_restore&quot; command:' | $T8 %]</p>
 
index 6559709..78829da 100644 (file)
@@ -1,7 +1,7 @@
 [%- USE T8 %]
 [%- USE HTML %]
 
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
 
  [%- IF connection_ok %]
 
@@ -23,4 +23,3 @@
    <input type="button" class="submit" onclick="window.close()" value="[% 'Close Window' | $T8 %]">
   </form>
  </p>
-
index 80fdd56..293ab88 100644 (file)
@@ -1,6 +1,6 @@
 [%- USE T8 %]
 [%- USE HTML %]
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
  <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
  [% IF ALL_UPDATED %]
   [% 'All Datasets up to date!' | $T8 %]
@@ -51,4 +51,3 @@
   </form>
 
  [% END %]
-
index b353452..93c4860 100644 (file)
@@ -2,7 +2,7 @@
 [%- USE LxERP %]
 [%- USE HTML %]
 
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
 
  <form method="post" action="admin.pl">
 
@@ -21,4 +21,3 @@
   <input type="submit" class="submit" name="action" value="[% 'No' | $T8 %]">
 
  </form>
-
index 376a4b0..800625f 100644 (file)
@@ -1,7 +1,7 @@
 [%- USE T8 %]
 [%- USE HTML %]
 
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
 
  <form method="post" action="admin.pl">
 
@@ -20,4 +20,3 @@
   </p>
 
  </form>
-
index 99b6002..d47775a 100644 (file)
@@ -1,7 +1,7 @@
 [%- USE T8 %]
 [%- USE HTML %]
 
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
 
  <form method="post" action="admin.pl">
 
@@ -14,4 +14,3 @@
   <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
 
  </form>
-