Bugzilla – Attachment 2876 Details for
Bug 5285
Let the user choose columns to show batch modification summary table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Follow-up fix including missing CSS
0001-Follow-up-fix-for-Bug-5285-adding-missing-CSS.patch (text/plain), 1.24 KB, created by
Owen Leonard
on 2010-12-17 16:13:42 UTC
(
hide
)
Description:
Follow-up fix including missing CSS
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2010-12-17 16:13:42 UTC
Size:
1.24 KB
patch
obsolete
>From 50dcbefaa9b011ae444e49bde9139e5b9326ae1b Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 17 Dec 2010 11:11:16 -0500 >Subject: [PATCH] Follow-up fix for Bug 5285, adding missing CSS > >--- > .../intranet-tmpl/prog/en/css/pages/batchMod.css | 7 +++++++ > 1 files changed, 7 insertions(+), 0 deletions(-) > create mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/pages/batchMod.css > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/pages/batchMod.css b/koha-tmpl/intranet-tmpl/prog/en/css/pages/batchMod.css >new file mode 100644 >index 0000000..c8d6bfb >--- /dev/null >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/pages/batchMod.css >@@ -0,0 +1,7 @@ >+#jobpanel,#jobstatus,#jobfailed { display : none; } >+#jobstatus { margin:.4em; } >+#jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('/intranet-tmpl/prog/img/progress.png') -300px 0px no-repeat; } >+#selections { width : 100%; white-space : normal; } >+#selections span { margin:3px;padding:3px;background-color:#EBF3FF;-moz-border-radius:5px;border-radius:5px;white-space:nowrap;line-height:240%;font-size:75%; } >+#selections span.selected { background-color : #CCE0FC; } >+#selections input { vertical-align:middle;margin:0 2px; } >\ No newline at end of file >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5285
:
2671
|
2816
|
2865
| 2876