Bugzilla – Attachment 2636 Details for
Bug 5236
"hide my tags" link does nothing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-5236-hide-my-tags-link-does-nothing.patch (text/plain), 2.09 KB, created by
Owen Leonard
on 2010-09-21 14:14:45 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2010-09-21 14:14:45 UTC
Size:
2.09 KB
patch
obsolete
>From 63b60a9377dc73a06b599149e6cc0c21cc5932d2 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 21 Sep 2010 10:13:03 -0400 >Subject: [PATCH] Fix for Bug 5236 - "hide my tags" link does nothing > >Removing the link. The suggested functionality doesn't >seem useful. >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tmpl | 8 -------- > 1 files changed, 0 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tmpl >index 8681a8a..c23abf9 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tmpl >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tmpl >@@ -79,16 +79,10 @@ > <form method="get" action="opac-tags.pl"> > <fieldset>Show up to <input name="limit" style="text-align: right;" maxlength="4" size="4" value="<!-- TMPL_VAR NAME="limit" DEFAULT="100" -->" /> > tags from other users. >- <!-- TMPL_IF NAME="hidemytags" --> >- <input type="hidden" name="hidemytags" value="1" /> >- <!-- /TMPL_IF --> > <input type="submit" value="OK" /> > <!-- TMPL_UNLESS NAME="loggedinusername" --> > <a href="/cgi-bin/koha/opac-user.pl">Log in</a> to see your own saved tags. > <!-- TMPL_ELSE --> >- <!-- TMPL_IF NAME="hidemytags" --><a class="hidemytags" href="/cgi-bin/koha/opac-tags.pl?limit=<!-- TMPL_VAR NAME="limit" DEFAULT="100" -->">Show my tags</a> >- <!-- TMPL_ELSE --><a class="hidemytags" href="/cgi-bin/koha/opac-tags.pl?limit=<!-- TMPL_VAR NAME="limit" DEFAULT="100" -->&hidemytags=1">Hide my tags</a> >- <!-- /TMPL_IF --> > <!-- /TMPL_UNLESS --></fieldset> > </form> > >@@ -112,7 +106,6 @@ > <!-- /TMPL_IF --> > <!-- /TMPL_IF --> > >- <!-- TMPL_UNLESS NAME="hidemytags" --> > <!-- TMPL_IF NAME="MY_TAGS" --> > <form method="post" action="opac-tags.pl"> > <h2>My Tags</h2> >@@ -132,7 +125,6 @@ > </table> > </form> > <!-- /TMPL_IF --> >- <!-- /TMPL_UNLESS --> > > </div> > </div> >-- >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 5236
: 2636