[Koha-bugs] [Bug 1399] New: Duplicate value attribute in admin/itemtypes.tmpl

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Mon Aug 20 18:34:25 CEST 2007


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1399

           Summary: Duplicate value attribute in admin/itemtypes.tmpl
           Product: Koha
           Version: rel_3_0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Parameters
        AssignedTo: paul.poulain at free.fr
        ReportedBy: oleonard at myacpl.org
         QAContact: koha-bugs at nongnu.org


Line 134 of admin/itemtypes.tmpl:

<input type="text" id="renewalsallowed" name="renewalsallowed" size="3"
maxlength="3" value="
  <!-- TMPL_IF name="renewalsallowed" -->
          <!-- TMPL_VAR NAME="renewalsallowed" -->
  <!-- /TMPL_IF -->" value="1" />

'renewalsallowed' is being passed as the contents of the value attribute, but
there is also a 'value="1"' in the same input tag. Which is correct?




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list