From: Moritz Bunkus Date: Fri, 16 Nov 2012 17:17:59 +0000 (+0100) Subject: Admin-Bereich: Überschriften einheitlich als

anzeigen X-Git-Tag: release-3.0.0beta2~11^2~8 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a5ebbeefc1161d07fb1cafe30535544f599782f5;p=kivitendo-erp.git Admin-Bereich: Überschriften einheitlich als

anzeigen --- diff --git a/templates/webpages/admin/backup_dataset.html b/templates/webpages/admin/backup_dataset.html index 756247a5f..128d46016 100644 --- a/templates/webpages/admin/backup_dataset.html +++ b/templates/webpages/admin/backup_dataset.html @@ -18,7 +18,7 @@ --> -

[% title %]

+

[% title %]

[% IF NO_DATABSES %] [% 'No databases have been found on this server.' | $T8 %] @@ -96,4 +96,3 @@ [% END %] - diff --git a/templates/webpages/admin/backup_dataset_email_done.html b/templates/webpages/admin/backup_dataset_email_done.html index bb29cf922..e1573a6f1 100644 --- a/templates/webpages/admin/backup_dataset_email_done.html +++ b/templates/webpages/admin/backup_dataset_email_done.html @@ -1,7 +1,7 @@ [%- USE T8 %] [%- USE LxERP %] [%- USE HTML %] -

[% title %]

+

[% title %]

[% LxERP.t8('The dataset backup has been sent via email to #1.', to) | html %]

diff --git a/templates/webpages/admin/check_auth_database.html b/templates/webpages/admin/check_auth_database.html index 8e727d962..c40b8ec7c 100644 --- a/templates/webpages/admin/check_auth_database.html +++ b/templates/webpages/admin/check_auth_database.html @@ -1,7 +1,7 @@ [%- USE T8 %] [%- USE HTML %] -
[% title %]
+

[% title %]

@@ -57,4 +57,3 @@
- diff --git a/templates/webpages/admin/check_auth_tables.html b/templates/webpages/admin/check_auth_tables.html index 027d492c5..0e1d80aca 100644 --- a/templates/webpages/admin/check_auth_tables.html +++ b/templates/webpages/admin/check_auth_tables.html @@ -1,7 +1,7 @@ [%- USE T8 %] [%- USE HTML %] -
[% title %]
+

[% title %]

[% '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 @@ - diff --git a/templates/webpages/admin/create_dataset.html b/templates/webpages/admin/create_dataset.html index 94ddf8292..36b337ac1 100644 --- a/templates/webpages/admin/create_dataset.html +++ b/templates/webpages/admin/create_dataset.html @@ -1,6 +1,6 @@ [%- USE T8 %] [%- USE HTML %] -

[% title %]

+

[% title %]

[% 'Back' | $T8 %]

diff --git a/templates/webpages/admin/create_standard_group_ask.html b/templates/webpages/admin/create_standard_group_ask.html index 2f2fa6de5..5718c883c 100644 --- a/templates/webpages/admin/create_standard_group_ask.html +++ b/templates/webpages/admin/create_standard_group_ask.html @@ -1,7 +1,7 @@ [%- USE T8 %] [%- USE HTML %] -
[% title %]
+

[% title %]

@@ -45,4 +45,3 @@

- diff --git a/templates/webpages/admin/dbadmin.html b/templates/webpages/admin/dbadmin.html index 74e14670a..23fb80501 100644 --- a/templates/webpages/admin/dbadmin.html +++ b/templates/webpages/admin/dbadmin.html @@ -1,6 +1,6 @@ [%- USE T8 %] [%- USE HTML %] -

[% title %]

+

[% title %]

[% 'Back' | $T8 %] @@ -66,4 +66,3 @@

[% 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' | $T8 %]

[% 'Leave host and port field empty unless you want to make a remote connection.' | $T8 %]

- diff --git a/templates/webpages/admin/dbcreate.html b/templates/webpages/admin/dbcreate.html index f832912e4..b42c746be 100644 --- a/templates/webpages/admin/dbcreate.html +++ b/templates/webpages/admin/dbcreate.html @@ -1,7 +1,7 @@ [%- USE T8 %] [%- USE HTML %] [%- USE LxERP %] -

[% title %]

+

[% title %]

@@ -12,4 +12,3 @@

- diff --git a/templates/webpages/admin/dbdelete.html b/templates/webpages/admin/dbdelete.html index 6926c9c27..a7aa79876 100644 --- a/templates/webpages/admin/dbdelete.html +++ b/templates/webpages/admin/dbdelete.html @@ -1,7 +1,7 @@ [%- USE T8 %] [%- USE LxERP %] [%- USE HTML %] -

[% title %]

+

[% title %]

@@ -11,4 +11,3 @@

- diff --git a/templates/webpages/admin/dbupgrade_header.html b/templates/webpages/admin/dbupgrade_header.html index cc3704916..1a81e964c 100644 --- a/templates/webpages/admin/dbupgrade_header.html +++ b/templates/webpages/admin/dbupgrade_header.html @@ -1,2 +1,2 @@ [%- USE T8 %] -[% USE HTML %]
[% 'Dataset upgrade' | $T8 %] ([% HTML.escape(dbname) %])
+[% USE HTML %]

[% 'Dataset upgrade' | $T8 %] ([% HTML.escape(dbname) %])

diff --git a/templates/webpages/admin/delete_dataset.html b/templates/webpages/admin/delete_dataset.html index 2e891ee65..e66dadf26 100644 --- a/templates/webpages/admin/delete_dataset.html +++ b/templates/webpages/admin/delete_dataset.html @@ -1,6 +1,6 @@ [%- USE T8 %] [%- USE HTML %] -

[% title %]

+

[% title %]

[% 'Back' | $T8 %]

@@ -26,4 +26,3 @@

- diff --git a/templates/webpages/admin/delete_group_confirm.html b/templates/webpages/admin/delete_group_confirm.html index 591ae30cd..3b46941ac 100644 --- a/templates/webpages/admin/delete_group_confirm.html +++ b/templates/webpages/admin/delete_group_confirm.html @@ -1,6 +1,6 @@ [%- USE T8 %] [%- USE HTML %] -
[% 'Delete group' | $T8 %]: [% name %]
+

[% 'Delete group' | $T8 %]: [% name %]

[ [% name %] ] - [% 'Do you really want to delete this group?' | $T8 %]

@@ -11,4 +11,3 @@
- diff --git a/templates/webpages/admin/edit_group.html b/templates/webpages/admin/edit_group.html index de6c8d736..bcbcd0952 100644 --- a/templates/webpages/admin/edit_group.html +++ b/templates/webpages/admin/edit_group.html @@ -2,13 +2,13 @@ [% L.stylesheet_tag('jquery.multiselect2side') %] [% L.javascript_tag('jquery.selectboxes', 'jquery.multiselect2side') %] +

[% 'Edit group ' | $T8 %]: [% HTML.escape(name) %]

+
[% IF message %]

[% message %]

[% END %] -
[% 'Edit group ' | $T8 %]: [% HTML.escape(name) %]
-

[% 'Back' | $T8 %]


diff --git a/templates/webpages/admin/edit_group_membership.html b/templates/webpages/admin/edit_group_membership.html index 662c0400a..be0a46d1b 100644 --- a/templates/webpages/admin/edit_group_membership.html +++ b/templates/webpages/admin/edit_group_membership.html @@ -1,7 +1,7 @@ [%- USE T8 %] [%- USE HTML %][%- USE LxERP %] -
[% 'Edit group membership' | $T8 %]
+

[% 'Edit group membership' | $T8 %]

[% 'Back' | $T8 %]

[% 'Select the checkboxes that match users to the groups they should belong to.' | $T8 %]

@@ -42,4 +42,3 @@

- diff --git a/templates/webpages/admin/edit_groups.html b/templates/webpages/admin/edit_groups.html index ee6d9ef0a..b17539d65 100644 --- a/templates/webpages/admin/edit_groups.html +++ b/templates/webpages/admin/edit_groups.html @@ -1,14 +1,14 @@ [%- USE T8 %] [%- USE HTML %] -
[% 'Edit groups' | $T8 %]
+

[% 'Edit groups' | $T8 %]

[% IF message %]

[% message %]

[% END %]

[% 'Back' | $T8 %]

-

[% 'Add a new group' | $T8 %]

+

[% 'Add a new group' | $T8 %]


@@ -20,7 +20,7 @@

-

[% 'Edit and delete a group' | $T8 %]

+

[% 'Edit and delete a group' | $T8 %]

[% IF num_groups %] @@ -45,7 +45,7 @@

-

[% 'Group membership' | $T8 %]

+

[% 'Group membership' | $T8 %]

[% 'Edit the membership of all users in all groups:' | $T8 %]

diff --git a/templates/webpages/admin/edit_user.html b/templates/webpages/admin/edit_user.html index 6e8fe2f3c..45f2831bc 100644 --- a/templates/webpages/admin/edit_user.html +++ b/templates/webpages/admin/edit_user.html @@ -21,9 +21,9 @@ --> -
+

[% title %]

-
[% title %]
+

[% 'Back' | $T8 %]

diff --git a/templates/webpages/admin/list_users.html b/templates/webpages/admin/list_users.html index 02a47062c..67a2d621d 100644 --- a/templates/webpages/admin/list_users.html +++ b/templates/webpages/admin/list_users.html @@ -61,7 +61,9 @@ -

[% 'User Login' | $T8 %]

+
+ +

[% 'User Login' | $T8 %]

@@ -80,6 +82,3 @@
- -
- diff --git a/templates/webpages/admin/restore_dataset.html b/templates/webpages/admin/restore_dataset.html index 7758fec06..6e297068e 100644 --- a/templates/webpages/admin/restore_dataset.html +++ b/templates/webpages/admin/restore_dataset.html @@ -4,7 +4,7 @@ $(function(){ document.getElementsByName('dbname')[0].focus();}); -

[% title %]

+

[% title %]

@@ -56,4 +56,3 @@
- diff --git a/templates/webpages/admin/restore_dataset_start_header.html b/templates/webpages/admin/restore_dataset_start_header.html index 2cef6495f..dbc38c7cf 100644 --- a/templates/webpages/admin/restore_dataset_start_header.html +++ b/templates/webpages/admin/restore_dataset_start_header.html @@ -1,5 +1,5 @@ [%- USE T8 %] -

[% title %]

+

[% title %]

[%- 'The restoration process has started. Here\'s the output of the "pg_restore" command:' | $T8 %]

diff --git a/templates/webpages/admin/test_db_connection.html b/templates/webpages/admin/test_db_connection.html index 6559709e1..78829da3a 100644 --- a/templates/webpages/admin/test_db_connection.html +++ b/templates/webpages/admin/test_db_connection.html @@ -1,7 +1,7 @@ [%- USE T8 %] [%- USE HTML %] -
[% title %]
+

[% title %]

[%- IF connection_ok %] @@ -23,4 +23,3 @@

- diff --git a/templates/webpages/admin/update_dataset.html b/templates/webpages/admin/update_dataset.html index 80fdd56c4..293ab88c1 100644 --- a/templates/webpages/admin/update_dataset.html +++ b/templates/webpages/admin/update_dataset.html @@ -1,6 +1,6 @@ [%- USE T8 %] [%- USE HTML %] -

[% title %]

+

[% title %]

[% 'Back' | $T8 %]

[% IF ALL_UPDATED %] [% 'All Datasets up to date!' | $T8 %] @@ -51,4 +51,3 @@ [% END %] - diff --git a/templates/webpages/admin/user_migration.html b/templates/webpages/admin/user_migration.html index b35345241..93c4860df 100644 --- a/templates/webpages/admin/user_migration.html +++ b/templates/webpages/admin/user_migration.html @@ -2,7 +2,7 @@ [%- USE LxERP %] [%- USE HTML %] -
[% title %]
+

[% title %]

@@ -21,4 +21,3 @@
- diff --git a/templates/webpages/admin/user_migration_complete.html b/templates/webpages/admin/user_migration_complete.html index 376a4b08e..800625fd3 100644 --- a/templates/webpages/admin/user_migration_complete.html +++ b/templates/webpages/admin/user_migration_complete.html @@ -1,7 +1,7 @@ [%- USE T8 %] [%- USE HTML %] -
[% title %]
+

[% title %]

@@ -20,4 +20,3 @@

- diff --git a/templates/webpages/admin/user_migration_done.html b/templates/webpages/admin/user_migration_done.html index 99b60027c..d47775ab6 100644 --- a/templates/webpages/admin/user_migration_done.html +++ b/templates/webpages/admin/user_migration_done.html @@ -1,7 +1,7 @@ [%- USE T8 %] [%- USE HTML %] -
[% title %]
+

[% title %]

@@ -14,4 +14,3 @@
-