From 2a6019980fdb303796bc28cff8b3e98d2099d7b7 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 1 Apr 2008 16:01:39 +0200 Subject: [PATCH] The link field is now a CCL index, so it must be longer than 5 char long Signed-off-by: Joshua Ferraro --- .../prog/en/modules/admin/marc_subfields_structure.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl index 50360d1f4a..7d3b6d33e0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tmpl @@ -91,7 +91,7 @@ function displayMoreConstraint(numlayer){ " />
  • " name="hidden" value="" size="2" /> (see online help)
  • (if checked, it means that the subfield is a URL and can be clicked)
  • -
  • " size="10" maxlength="5" /> (e.g., 200b) Warning: This value should not change after data has been added to your catalog
  • +
  • " size="10" maxlength="80" /> (e.g., Title or Local-Number) Warning: This value should not change after data has been added to your catalog
  • Others Options: (choose one)
    1. -- 2.39.5