Bugzilla – Attachment 3219 Details for
Bug 5814
Style error message on manage staged records page according to standard style
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-5814-Style-error-message-on-manage-stage.patch (text/plain), 1.27 KB, created by
Owen Leonard
on 2011-02-25 14:17:28 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-02-25 14:17:28 UTC
Size:
1.27 KB
patch
obsolete
>From 2206b9575e441a73cd13e83c5f673bc9358534ca Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 25 Feb 2011 09:16:07 -0500 >Subject: [PATCH] Fix for Bug 5814 - Style error message on manage staged records page according to standard >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/modules/tools/manage-marc-import.tmpl | 6 ++++-- > 1 files changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tmpl >index 9f11c66..f0bd761 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tmpl >@@ -69,8 +69,10 @@ $(document).ready(function(){ > > <!-- TMPL_UNLESS name="batch_list" --> > <!-- TMPL_UNLESS name="batch_info" --> >- <span class="problem">No records have been staged.</span> >- <a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a>. >+ <div class="dialog message"> >+ <p>No records have been staged.</p> >+ <p><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a>.</p> >+ </div> > <!-- /TMPL_UNLESS --> > <!-- /TMPL_UNLESS --> > >-- >1.7.3 >
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 5814
: 3219