http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458

--- Comment #2 from Frère Sébastien Marie <[email protected]> 2011-06-05 
12:15:50 UTC ---
sorry for comments before: tabulation don't work well in textarea, and the next
focused item is 'Save Changes' button...

Redo :

<input type="button" value="Renew Item" [% UNLESS ( renew ) %] name="confirm"[%
END %] class="renew"
onclick="this.form.confirmed.value='1';this.form.submit();" />

TTParser read as:
 tagname=input
 attributes = {
   type = "button",
   value = "Renew Item",
   [% = "[%",
   unless = "UNLESS",
   %] = "%]",
   ...
}

The re-ordoring at the end is due to order in hashtable...

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to