Bugzilla – Attachment 2794 Details for
Bug 5452
Overdue date color in borrower's today issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
od_in_today_issues.patch (text/plain), 1.43 KB, created by
Fridolin Somers
on 2010-11-29 10:01:59 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2010-11-29 10:01:59 UTC
Size:
1.43 KB
patch
obsolete
>Index: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >=================================================================== >--- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >+++ koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl >@@ -692,7 +692,9 @@ > <!-- TMPL_ELSE --> > <tr class="highlight"> > <!-- /TMPL_IF --> >- <td><!-- TMPL_VAR NAME="dd" --></td> >+ <!-- TMPL_IF NAME="od" --><td class="od"><!-- TMPL_ELSE --><td><!-- /TMPL_IF --> >+ <!-- TMPL_VAR NAME="dd" --> >+ </td> > <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&type=intra"><strong><!-- TMPL_VAR NAME="title" escape="html" --></strong></a><!-- TMPL_IF NAME="author" -->, by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --><!-- TMPL_IF NAME="itemnotes" -->- <span class="circ-hlt"><!-- TMPL_VAR name="itemnotes" --></span><!-- /TMPL_IF --> <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&itemnumber=<!-- TMPL_VAR NAME="itemnumber" -->#item<!-- TMPL_VAR NAME="itemnumber" -->"><!-- TMPL_VAR NAME="barcode" --></a></td> > <td><!-- TMPL_UNLESS NAME="noItemTypeImages" --> <!-- TMPL_IF NAME="itemtype_image" --><img src="<!-- TMPL_VAR NAME="itemtype_image" -->" alt="" /><!-- /TMPL_IF --><!-- /TMPL_UNLESS --><!-- TMPL_VAR NAME="itemtype" --></td> > <td><!-- TMPL_VAR NAME="checkoutdate" --></td>
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 5452
: 2794