From: senator Date: Thu, 17 Mar 2011 16:23:13 +0000 (-0400) Subject: make presentation better by hiding as-yet-unready features, etc X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e46f316f3cbdd055a02b0935578a2092617a55ae;p=evergreen%2Fequinox.git make presentation better by hiding as-yet-unready features, etc also, made links out of the dashboard counts, but oddly the first one ("checked out") only works in IE, not Chrome or Firefox. I suspect that the complications of all the "position: absolute"-this and "position: relative"-that make for fluky layout. --- diff --git a/Open-ILS/web/css/skin/default/opac/semiauto.css b/Open-ILS/web/css/skin/default/opac/semiauto.css index 60fd1df951..db43f5421b 100644 --- a/Open-ILS/web/css/skin/default/opac/semiauto.css +++ b/Open-ILS/web/css/skin/default/opac/semiauto.css @@ -24,8 +24,8 @@ #lib_selector_span { display: none } .float-left { float: left; } -.bookbag-name { float: left; font-weight: bold; padding-top: 5px; } -.bookbag-share { float: left; padding: 5px 0px 0px 10px; } +.bookbag-share { float: left; padding: 5px 0; } +.bookbag-controls { float: left; padding: 5px 0px 0px 10px; } .left-corner { float: left; width: 163px; height: 30px; background: url('/images/utils-corner-mid.png') repeat-x top; } .float-right { float: right; } .opac-auto-045 { float: right; margin-right: 17px; } diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index 219a3388b2..33040f48f7 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -958,4 +958,12 @@ div.select-wrapper:hover { #account-update-email table { text-align: center; padding: 20px; margin-top: 30px; border-collapse: collapse; } #account-update-email table td { padding: 5px 15px 5px 15px; border-bottom: 1px solid #ddd; text-align: left;} #account-update-email-error { font-size: 1.5em; padding: 10px; border:1px solid #e9ebf3;} - +a.dash-link:hover { text-decoration: underline !important; } +#list_create_table td { vertical-align: middle; padding: 0 8px; } +#list_create_table { + background-color: #ccc; + padding-bottom: 4px; + margin-bottom: 10px; + border-bottom: 1px dotted #666; +} +.list-create-table-buttons input[type=image] { margin-top: 2px; } diff --git a/Open-ILS/web/templates/default/opac/advanced.tt2 b/Open-ILS/web/templates/default/opac/advanced.tt2 index adb1807e08..8d9e125813 100644 --- a/Open-ILS/web/templates/default/opac/advanced.tt2 +++ b/Open-ILS/web/templates/default/opac/advanced.tt2 @@ -7,8 +7,8 @@
- - +
diff --git a/Open-ILS/web/templates/default/opac/myopac/lists.tt2 b/Open-ILS/web/templates/default/opac/myopac/lists.tt2 index 85cf1c0152..95c720c5c3 100644 --- a/Open-ILS/web/templates/default/opac/myopac/lists.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/lists.tt2 @@ -18,21 +18,42 @@ -->
+ +
+

[% l('Create new list') %]

+ + + + + + +
+ + + + + + + [% l('Sharing Help') %] + + +       + [% l('Cancel') %] +
+
[% INCLUDE "default/opac/parts/anon_list.tt2" %] [% IF ctx.bookbags.size %]
[% FOR bbag IN ctx.bookbags %]
-
[% bbag.name %]
-
- [% IF bbag.pub == 't'; # XXX TODO %] - - [% END %] -
@@ -48,12 +69,21 @@
-
+
+
[% bbag.name %]
+
+ [% IF bbag.pub == 't'; # XXX TODO %] + + [% END %] +
- - -
-

[% l('Create new list') %]

- [% l('Enter the name of the new list:') %]
- - -
- - - - - - -
- [% l('Share this list?') %] - [% l('Sharing Help') %] - - -
- -
- -      -[% l('Cancel') %] - [% END %] diff --git a/Open-ILS/web/templates/default/opac/parts/anon_list.tt2 b/Open-ILS/web/templates/default/opac/parts/anon_list.tt2 index e1e72fe552..cc06a0d351 100644 --- a/Open-ILS/web/templates/default/opac/parts/anon_list.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/anon_list.tt2 @@ -8,9 +8,9 @@ [% l('Temporary List') %] - [% l('Anonymous List Help') %] + src="[% ctx.media_prefix %]/images/question-mark.png" />--> diff --git a/Open-ILS/web/templates/default/opac/parts/result/table.tt2 b/Open-ILS/web/templates/default/opac/parts/result/table.tt2 index 4b14e04c75..90b25481e0 100644 --- a/Open-ILS/web/templates/default/opac/parts/result/table.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/result/table.tt2 @@ -199,13 +199,13 @@ src="[% ctx.media_prefix %]/images/clipboard.png" />
-
+
[% key = attrs.mattype; diff --git a/Open-ILS/web/templates/default/opac/parts/topnav.tt2 b/Open-ILS/web/templates/default/opac/parts/topnav.tt2 index f2401d8ba5..15a98af292 100644 --- a/Open-ILS/web/templates/default/opac/parts/topnav.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/topnav.tt2 @@ -62,28 +62,28 @@
- [% ctx.user_stats.checkouts.total_out %] [% l("Checked Out") %] + [% ctx.user_stats.checkouts.total_out %] [% l("Checked Out") %]
- [% ctx.user_stats.holds.total %] [% l("On Hold") %] + [% ctx.user_stats.holds.total %] [% l("On Hold") %]
- [% ctx.user_stats.holds.ready %] [% l("Ready for Pickup") %] + [% ctx.user_stats.holds.ready %] [% l("Ready for Pickup") %]
- [% money(ctx.user_stats.fines.balance_owed) %] [% l("Fines") %] + [% money(ctx.user_stats.fines.balance_owed) %] [% l("Fines") %]