[Koha-bugs] [Bug 6458] incorrect parsing result in translation processing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jun 5 14:15:50 CEST 2011


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

--- Comment #2 from Frère Sébastien Marie <semarie-koha at latrappe.fr> 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.


More information about the Koha-bugs mailing list