From tchemit@users.nuiton.org Mon Feb 6 17:21:39 2012 From: tchemit@users.nuiton.org To: nuiton-web-commits@list.nuiton.org Subject: [Nuiton-web-commits] r175 - trunk/nuiton-struts2/src/main/resources/template/simple Date: Mon, 06 Feb 2012 17:21:39 +0100 Message-ID: <20120206162139.6AAAB15C93@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3903766500847371651==" --===============3903766500847371651== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: tchemit Date: 2012-02-06 17:21:39 +0100 (Mon, 06 Feb 2012) New Revision: 175 Url: http://nuiton.org/repositories/revision/nuiton-web/175 Log: Anomalie #1953: mycheckboxlist template does not work with firefox 3.6 Modified: trunk/nuiton-struts2/src/main/resources/template/simple/mycheckboxlist.ftl Modified: trunk/nuiton-struts2/src/main/resources/template/simple/mycheckboxl= ist.ftl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/nuiton-struts2/src/main/resources/template/simple/mycheckboxlist.ft= l 2012-01-04 22:46:35 UTC (rev 174) +++ trunk/nuiton-struts2/src/main/resources/template/simple/mycheckboxlist.ft= l 2012-02-06 16:21:39 UTC (rev 175) @@ -54,9 +54,9 @@
<#if !parameters.disabled?default(false) && (itemCount > 0)> -<@s.text name=3D"nuiton-struts2.selectAll"/> +<@s.text name=3D"nuiton-struts2.selectAll"/>   -<@s.text name=3D"nuiton-struts2.unselectAll"/> +<@s.text name=3D"nuiton-struts2.unselectAll"/>
<#else> --===============3903766500847371651==--