Bugzilla – Attachment 2347 Details for
Bug 4983
Add edit record / edit item links to search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed change
0001-Fix-for-Bug-4983-Add-edit-record-edit-item-links-to-.patch (text/plain), 3.75 KB, created by
Owen Leonard
on 2010-07-12 14:52:19 UTC
(
hide
)
Description:
Proposed change
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2010-07-12 14:52:19 UTC
Size:
3.75 KB
patch
obsolete
>From 88ae5de5d2c6ea857a3f396d041942c617409ff1 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 12 Jul 2010 10:50:29 -0400 >Subject: [PATCH] Fix for Bug 4983 - Add edit record / edit item links to search results > >--- > .../intranet-tmpl/prog/en/css/staff-global.css | 5 +++-- > .../prog/en/modules/catalogue/results.tmpl | 18 ++++++++++++------ > 2 files changed, 15 insertions(+), 8 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 13ac2c7..e9bde20 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -1337,9 +1337,10 @@ li.email { > font-size : 105%; > } > >-.reserve { >+.hold { > float : right; >- font-weight : bold; >+ font-size: 90%; >+ margin: 0; > } > > .thumbnail { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl >index 916ee31..f833f33 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl >@@ -439,7 +439,7 @@ function GetZ3950Terms(){ > <!-- TMPL_IF name="timestamp" --> <i>(modified on <!-- TMPL_VAR name="timestamp" -->)</i><!-- /TMPL_IF --> > <!-- TMPL_IF name="cn_class" -->[<a href="/cgi-bin/koha/catalogue/search.pl?q=callnum:<!-- TMPL_VAR NAME="cn_class" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="cn_class" --></a>]<!-- /TMPL_IF --> > </p> >- <p class="searchhighlightblob"><!-- TMPL_VAR NAME="searchhighlightblob" --></p> >+ <!-- TMPL_IF NAME="searchhighlightblob" --><p class="searchhighlightblob"><!-- TMPL_VAR NAME="searchhighlightblob" --></p><!-- /TMPL_IF --> > > <!-- TMPL_IF NAME="authorised_value_images" --> > <p> >@@ -450,11 +450,17 @@ function GetZ3950Terms(){ > <!-- /TMPL_IF --> > > <!-- /TMPL_IF --> >- <!-- TMPL_IF NAME="norequests" --> >- <span class="noholdstext">No holds allowed</span> >- <!-- TMPL_ELSE --> >- <a class="reserve" id="reserve_<!-- TMPL_VAR NAME="biblionumber" -->" href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Holds</a> >- <!-- /TMPL_IF --> >+ <p class="hold"><!-- TMPL_IF NAME="norequests" --> >+ <span class="noholdstext">No holds allowed</span> >+ <!-- TMPL_ELSE --> >+ <a id="reserve_<!-- TMPL_VAR NAME="biblionumber" -->" href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Holds</a> >+ <!-- /TMPL_IF --> >+ <!-- TMPL_IF NAME="CAN_user_editcatalogue_edit_catalogue" --> >+ | <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Edit record</a> >+ <!-- /TMPL_IF --> >+ <!-- TMPL_IF NAME="CAN_user_editcatalogue_edit_items" --> >+ | <a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Edit items</a> >+ <!-- /TMPL_IF --></p> > </td> > > <td><div class="availability"> >-- >1.7.0.4 >
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 4983
:
2346
| 2347