From daa0130e9da42c7a13d41884556a53d48cac9e4c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 18 Dec 2007 16:16:07 -0600 Subject: [PATCH] Applying standard dialog styles to confirmation messages Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../prog/en/css/staff-global.css | 12 ++++++ .../prog/en/modules/admin/aqbookfund.tmpl | 15 +++---- .../prog/en/modules/admin/branches.tmpl | 20 +++++----- .../prog/en/modules/admin/cities.tmpl | 39 +++++++++---------- .../prog/en/modules/admin/roadtype.tmpl | 26 ++++++------- 5 files changed, 60 insertions(+), 52 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 63e1504d36..ff95de93de 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -968,6 +968,18 @@ div.first fieldset { width: 65%; } +.dialog table { + margin : .5em auto; +} + +.dialog table th { + text-align : right; +} + +.dialog table td { + text-align : left; +} + .dialog h2, .dialog h3, .dialog h4 { margin : auto; text-align : center; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbookfund.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbookfund.tmpl index 999857b3ca..bb6e603834 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbookfund.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbookfund.tmpl @@ -229,11 +229,12 @@ +
+

Confirm Deletion of Fund

" method="post"> " /> " /> -
Confirm Deletion of Fund
Fund: @@ -251,17 +252,17 @@ Group:
-
Cancel
-
-
+ +
+
-

Data Deleted

+

Data Deleted

" method="post"> - -
+ +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl index 210175a2f4..039a2c2f5d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl @@ -119,16 +119,16 @@

Libraries

-
- -
Library saved
-
Library saved
-
Library deleted
-
Library category added
-
Library category modified
-
Library category deleted
-
Library cannot be deleted because there are patrons using that library
-
Category cannot be deleted because there are libraries using that category
+
+
+
Library saved
+
Library saved
+
Library deleted
+
Library category added
+
Library category modified
+
Library category deleted
+
Library cannot be deleted because there are patrons using that library
+
Category cannot be deleted because there are libraries using that category
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tmpl index 040b999fce..6d8b0df990 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tmpl @@ -94,46 +94,43 @@ -

Confirm Deletion of City

+ +
+

Cannot Delete City ""

+

This record is used times. Impossible to delete it

+ +
+

Delete City "?"

+
- + - + - + +
- City id - City id +
City nameCity name
City zipcodeCity zipcode
- - This record is used times. Impossible to delete it - - -
" method="post"> - +
- - - -
" method="post"> +" method="post"> - " />
-
" method="post"> -
- + " />
" method="post"> +
- +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/roadtype.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/roadtype.tmpl index 04deafeb93..20f8134b29 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/roadtype.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/roadtype.tmpl @@ -91,21 +91,19 @@ -

Confirm Deletion of Road Type

-
    -
  • - Road type id : - -
  • -
  • - Road type: - -
  • - -
" method="post"> +

Delete Road Type "?"

+ + + + + + + +
Road type id :
Road type: +
" method="post"> - " />
" method="post"> -
+ " />
" method="post"> +
-- 2.20.1