From: Robin Isard Date: Sat, 30 Jul 2011 19:33:44 +0000 (-0400) Subject: Changed opac-auto-079 in semiauto.css to warning_box in templates/default/opac/myopac... X-Git-Tag: sprint4-merge-nov22~5128^2~73^2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Frri%2Fttopac;p=working%2FEvergreen.git Changed opac-auto-079 in semiauto.css to warning_box in templates/default/opac/myopac/hold_history.tt2, templates/default/opac/myopac/circ_history.tt2, templates/default/opac/myopac/circs.tt2, templates/default/opac/myopac/holds.tt2 --- diff --git a/Open-ILS/web/css/skin/default/opac/semiauto.css b/Open-ILS/web/css/skin/default/opac/semiauto.css index 9c44a43ee3..2ec83d57a4 100644 --- a/Open-ILS/web/css/skin/default/opac/semiauto.css +++ b/Open-ILS/web/css/skin/default/opac/semiauto.css @@ -61,7 +61,7 @@ .opac-auto-076 { margin-right: 3px; } .opac-auto-077 { margin-right: 4px; position: relative; top: -10px; } .qtype_selector_margin { margin-right: 7px; } -.opac-auto-079 { margin-top: 10px; } +.warning_box { margin-top: 10px; } .opac-auto-080 { margin-top: 10px; margin-bottom: 10px; } .opac-auto-081 { margin-top: 13px; } .opac-auto-082 { margin-top: 29px; } diff --git a/Open-ILS/web/templates/default/opac/myopac/circ_history.tt2 b/Open-ILS/web/templates/default/opac/myopac/circ_history.tt2 index a0955585c8..9d88fe8932 100644 --- a/Open-ILS/web/templates/default/opac/myopac/circ_history.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/circ_history.tt2 @@ -34,7 +34,7 @@
[% IF ctx.circs.size < 1 %] -
+
[% l('There are no items in your circulation history.') %]
[% ELSE %] diff --git a/Open-ILS/web/templates/default/opac/myopac/circs.tt2 b/Open-ILS/web/templates/default/opac/myopac/circs.tt2 index e9a9a8fdc3..2275aff036 100644 --- a/Open-ILS/web/templates/default/opac/myopac/circs.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/circs.tt2 @@ -23,7 +23,7 @@
[% IF ctx.circs.size < 1 %] -
+
[% l('You have no items checked out.') %]
[% ELSE %] diff --git a/Open-ILS/web/templates/default/opac/myopac/hold_history.tt2 b/Open-ILS/web/templates/default/opac/myopac/hold_history.tt2 index 43f32564ec..d3453d786b 100644 --- a/Open-ILS/web/templates/default/opac/myopac/hold_history.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/hold_history.tt2 @@ -35,7 +35,7 @@
[% IF ctx.holds.size < 1 %] -
+
[% l('No holds found.') %]
[% ELSE %] diff --git a/Open-ILS/web/templates/default/opac/myopac/holds.tt2 b/Open-ILS/web/templates/default/opac/myopac/holds.tt2 index a6bb6709dc..442a1dfbc8 100644 --- a/Open-ILS/web/templates/default/opac/myopac/holds.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/holds.tt2 @@ -81,7 +81,7 @@ [% IF ctx.holds.size < 1 %] -
+
[% l('No holds found.') %]
[% ELSE %]