]> wagnertech.de Git - mfinanz.git/commitdiff
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 756247a5f7e965f4949e77fe86c25917bc795cba..128d460166b0a2c46fa61dadbdbd6a80541698e5 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 bb29cf922bb3d6d7dc52b211fc0fe435944bb45e..e1573a6f16680a58e920041c1822ef19be7818f8 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 8e727d9625e03c23411b28910719549a2dcba645..c40b8ec7caa6c4a4c85579350b1d7f82c29b9d3d 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 027d492c56189ddce7119b5e26bd15c2e933fc3f..0e1d80acaace91049790ffa9688698b772337e1b 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 94ddf8292deac43670cec252dc59c310b1880bbc..36b337ac178b7d8ba4400f1de11fd11ca3700d40 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 2f2fa6de591448403dfaddf1e4ed6b2f147e0c5d..5718c883c2f418e672e5d00470ab8ef291523c39 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 74e14670ab9a387f3e5df8e51dd0495104601701..23fb8050115d4fb7d5f6b4e8ac2ba6b748e79061 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 f832912e4b69c597c39b87c3d419a07fef41ccad..b42c746bea4d69869449631eec59bc993ec6e5f5 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 6926c9c279b223b8c346bc00bd69940413654425..a7aa7987615e1c643eee131795f889af0dc4257a 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 cc3704916c87799cffbaee4a3991351772fa901a..1a81e964ce00089a4c2f274b0615a5a6b467ce88 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 2e891ee6512168537314c420055b3438722dd3dc..e66dadf26c2705ed7ecb3c46cd4c60a3a254995d 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 591ae30cd0011e7b1b3e978bd36256292f8e966a..3b46941ac104b828d084cd645e7a9b666dd39f0f 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 de6c8d73644b557ed9c8f473fe0e038203c52ac2..bcbcd09522196932e94b4fa31d6592cdf19aa8e5 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 662c0400a02f850d344affc7201bc215292fead1..be0a46d1bd694d45db1710e289235be608f10562 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 ee6d9ef0a8d02d57de345aa54e58ef4667922749..b17539d658b044ab7946c4a7de2612e8fbc8309b 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 6e8fe2f3c3d595051b1dd8eae538fe59d0ae7b5b..45f2831bc60f08c892e99da44c8596f81fc39a0b 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 02a47062cc002198b3f948e6717eecc3a083371f..67a2d621d1742fffdd80abeef9c5835ecad7069b 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 7758fec06584ff044ceac65e6efbaeaa63ea9d55..6e297068e7e15dfdcef9dbe35b0030543f9a3236 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 2cef6495fa46f8a3d2724d59a116022fc325eb93..dbc38c7cfc58c442d695835b2321471e15aefcaf 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 6559709e1d86ad271692d0f6219d3927f0134d01..78829da3af24973335f241de81bdce4d917c16b8 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 80fdd56c43c620021f062e0ee5bfa9a6802efc18..293ab88c15f3bd0a506030a0bb603206d194c16f 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 b35345241942724aa1616930ec1267913b50717b..93c4860df4605cc286bfbb584aa55930b76739d1 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 376a4b08e76a694118b017458f63efcf9e99d0fd..800625fd3b2dda20a27a873268aae2190826c4c0 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 99b60027cdeb4ca0af2fcd816c0653e83b48c2f7..d47775ab645ea1cab2636f6703e7a7252ddd884b 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>
-