From 13f858bdc2cd4640e85c03eb0bbe3444b9cad4f3 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 2 Sep 2008 20:20:28 -0500 Subject: [PATCH] HTML fixes for matching-rules.tmpl * maxnorms, maxoffset => maxlength * no escape attribute in elements Signed-off-by: Galen Charlton --- .../prog/en/modules/admin/matching-rules.tmpl | 134 +++++++++--------- 1 file changed, 67 insertions(+), 67 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tmpl index f795efbdc2..bfa2ed9392 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tmpl @@ -215,14 +215,14 @@ function CheckRuleForm(f) { _search_index" name="mp__search_index" size="20" value="" - maxlegnth="30" /> + maxlength="30" />
  • _score" name="mp__score" size="5" - value="" - maxlegnth="5" escape="HTML" /> + value="" + maxlength="5" />
  • _c_"> @@ -232,29 +232,29 @@ function CheckRuleForm(f) { _c__tag" name="mp__c__tag" - value="" - size="3" maxlength="3" escape="HTML" /> + value="" + size="3" maxlength="3" />
  • _c__subfields" name="mp__c__subfields" - value="" - size="10" maxlength="40" escape="HTML" /> + value="" + size="10" maxlength="40" />
  • _c__offset" name="mp__c__offset" - value="" - size="5" maxoffset="5" escape="HTML" /> + value="" + size="5" maxlength="5" />
  • _c__length" name="mp__c__length" - value="" - size="5" maxlength="5" escape="HTML" /> + value="" + size="5" maxlength="5" />
  • _c__n_"> @@ -262,8 +262,8 @@ function CheckRuleForm(f) { _c__n___norm" name="mp__c__n__norm" - value="" - size="20" maxnorms="50" escape="HTML" /> + value="" + size="20" maxlength="50" />
    @@ -283,35 +283,35 @@ function CheckRuleForm(f) {
  • + maxlength="30" />
  • - +
    1. - +
    2. - +
    3. - +
    4. - +
    5. - +
    @@ -340,29 +340,29 @@ function CheckRuleForm(f) { _src_c__tag" name="mc__src_c__tag" - value="" - size="3" maxlength="3" escape="HTML" /> + value="" + size="3" maxlength="3" />
  • _src_c__subfields" name="mc__src_c__subfields" - value="" - size="10" maxlength="40" escape="HTML" /> + value="" + size="10" maxlength="40" />
  • _src_c__offset" name="mc__src_c__offset" - value="" - size="5" maxoffset="5" escape="HTML" /> + value="" + size="5" maxlength="5" />
  • _src_c__length" name="mc__src_c__length" - value="" - size="5" maxlength="5" escape="HTML" /> + value="" + size="5" maxlength="5" />
  • _src_c__n_"> @@ -370,8 +370,8 @@ function CheckRuleForm(f) { _src_c__n__norm" name="mc__src_c__n__norm" - value="" - size="20" maxnorms="50" escape="HTML" /> + value="" + size="20" maxlength="50" />
    @@ -388,29 +388,29 @@ function CheckRuleForm(f) { _tgt_c__tag" name="mc__tgt_c__tag" - value="" - size="3" maxlength="3" escape="HTML" /> + value="" + size="3" maxlength="3" />
  • _tgt_c__subfields" name="mc__tgt_c__subfields" - value="" - size="10" maxlength="40" escape="HTML" /> + value="" + size="10" maxlength="40" />
  • _tgt_c__offset" name="mc__tgt_c__offset" - value="" - size="5" maxoffset="5" escape="HTML" /> + value="" + size="5" maxlength="5" />
  • _tgt_c__length" name="mc__tgt_c__length" - value="" - size="5" maxlength="5" escape="HTML" /> + value="" + size="5" maxlength="5" />
  • _tgt_c__n_"> @@ -418,8 +418,8 @@ function CheckRuleForm(f) { _tgt_c__n__norm" name="mc__tgt_c__n__norm" - value="" - size="20" maxnorms="50" escape="HTML" /> + value="" + size="20" maxlength="50" />
    @@ -443,24 +443,24 @@ function CheckRuleForm(f) {
    1. - +
    2. - +
    3. - +
    4. - +
    5. - +
    @@ -472,24 +472,24 @@ function CheckRuleForm(f) {
    1. - +
    2. - +
    3. - +
    4. - +
    5. - +
    @@ -583,35 +583,35 @@ function CheckRuleForm(f) {
  • + maxlength="30" />
  • - +
    1. - +
    2. - +
    3. - +
    4. - +
    5. - +
    @@ -633,24 +633,24 @@ function CheckRuleForm(f) {
    1. - +
    2. - +
    3. - +
    4. - +
    5. - +
    @@ -662,24 +662,24 @@ function CheckRuleForm(f) {
    1. - +
    2. - +
    3. - +
    4. - +
    5. - +
    -- 2.39.2