Bugzilla – Attachment 17281 Details for
Bug 9894
'hidden' value is hard to understand in frameworks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9894: Add labels for checkboxes
Bug-9894-Add-labels-for-checkboxes.patch (text/plain), 4.54 KB, created by
Jonathan Druart
on 2013-04-08 10:41:47 UTC
(
hide
)
Description:
Bug 9894: Add labels for checkboxes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-04-08 10:41:47 UTC
Size:
4.54 KB
patch
obsolete
>From 07800cdf18ae5a87e62b2a0acc038795dee2d473 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 4 Apr 2013 09:47:25 +0200 >Subject: [PATCH] Bug 9894: Add labels for checkboxes > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > .../prog/en/modules/admin/marc_subfields_structure.tt | 17 +++++++++++------ > .../en/modules/help/admin/marc_subfields_structure.tt | 2 +- > 2 files changed, 12 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >index 6d7d011..e4918e0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >@@ -251,12 +251,17 @@ function populateHiddenCheckboxes(tab) { > <input type="text" name="defaultvalue" id="defaultvalue[% loo.row %]" value="[% loo.defaultvalue %]" /></li> > <li><label for="maxlength[% loo.row %]">Max length:</label><input type="text" id="maxlength[% loo.row %]" name="maxlength" value="[% loo.maxlength %]" size="4" /> (see online help)</li> > <li><input type="hidden" id="hidden-[% loo.row %]" name="hidden" value="[% loo.hidden %]" /> >- <label for="hidden[% loo.row %]">Visibility: </label> >- <input type="checkbox" id="hidden_opac_[% loo.row %]" class="inclusive_[% loo.row %]" name="hidden_opac_[% loo.row %]"/> OPAC >- <input type="checkbox" id="hidden_intranet_[% loo.row %]" class="inclusive_[% loo.row %]" name="hidden_intranet_[% loo.row %]"/> Intranet >- <input type="checkbox" id="hidden_editor_[% loo.row %]" class="inclusive_[% loo.row %]" name="hidden_editor_[% loo.row %]"/> Editor >- <input type="checkbox" id="hidden_collapsed_[% loo.row %]" class="inclusive_[% loo.row %]" name="hidden_collapsed_[% loo.row %]"/> Collapsed >- <input type="checkbox" id="hidden_flagged_[% loo.row %]" name="flagged_[% loo.row %]"/> Flagged >+ <label for="hidden[% loo.row %]" style="float: none;">Visibility: </label> >+ <input type="checkbox" id="hidden_opac_[% loo.row %]" class="inclusive_[% loo.row %]" name="hidden_opac_[% loo.row %]"/> >+ <label for="hidden_opac_[% loo.row %]" style="float: none;">OPAC</label> >+ <input type="checkbox" id="hidden_intranet_[% loo.row %]" class="inclusive_[% loo.row %]" name="hidden_intranet_[% loo.row %]"/> >+ <label for="hidden_intranet_[% loo.row %]" style="float: none;">Intranet</label> >+ <input type="checkbox" id="hidden_editor_[% loo.row %]" class="inclusive_[% loo.row %]" name="hidden_editor_[% loo.row %]"/> >+ <label for="hidden_editor_[% loo.row %]" style="float: none;">Editor</label> >+ <input type="checkbox" id="hidden_collapsed_[% loo.row %]" class="inclusive_[% loo.row %]" name="hidden_collapsed_[% loo.row %]"/> >+ <label for="hidden_collapsed_[% loo.row %]" style="float: none;">Collapsed</label> >+ <input type="checkbox" id="hidden_flagged_[% loo.row %]" name="flagged_[% loo.row %]"/> >+ <label for="hidden_flagged_[% loo.row %]" style="float: none;">Flagged</label> > </li> > <li><label for="isurl[% loo.row %]">Is a URL:</label>[% loo.isurl %] (if checked, it means that the subfield is a URL and can be clicked)</li> > <li><label for="link[% loo.row %]">Link:</label><input type="text" id="link[% loo.row %]" name="link" value="[% loo.link %]" size="10" maxlength="80" /> (e.g., Title or Local-Number) <span class="error"><em>NOTE: If you change this value you must ask your administrator to run misc/batchRebuildBiblioTables.pl.</em></span></li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt >index 2a598bf..fa237be 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt >@@ -54,7 +54,7 @@ To edit the subfields associated with the tag, click 'Subfields' to the right of > </li> > </ul> > <ul> >- <li>Visibility >+ <li>Visibility > <ul> > <li>Allows you to set the visibility options for a MARC field.</li> > <ul> >-- >1.7.10.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 9894
:
16876
|
16877
|
16878
|
17019
|
17176
|
17177
|
17181
|
17259
|
17260
|
17278
|
17279
|
17280
| 17281