From kcardineaud@users.nuiton.org Thu Jul 28 15:55:23 2011 From: kcardineaud@users.nuiton.org To: scmwebeditor-commits@list.nuiton.org Subject: [Scmwebeditor-commits] r191 - trunk/src/main/webapp/WEB-INF/content Date: Thu, 28 Jul 2011 15:55:23 +0200 Message-ID: <20110728135523.A10A715921@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0405934734196746565==" --===============0405934734196746565== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: kcardineaud Date: 2011-07-28 15:55:23 +0200 (Thu, 28 Jul 2011) New Revision: 191 Url: http://nuiton.org/repositories/revision/scmwebeditor/191 Log: Fix a bug : after a save and continue action, we can save without modify the = file Modified: trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp trunk/src/main/webapp/WEB-INF/content/save.jsp Modified: trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp =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/src/main/webapp/WEB-INF/content/modificationViewer.jsp 2011-07-28 1= 2:38:56 UTC (rev 190) +++ trunk/src/main/webapp/WEB-INF/content/modificationViewer.jsp 2011-07-28 1= 3:55:23 UTC (rev 191) @@ -48,7 +48,7 @@ =20 =20 -= , 5);"> + 3D"ScmWebEditor =20
@@ -57,7 +57,7 @@ String typeEditor=3D"null"; if (request.getAttribute("format")!=3Dnull && request.getAttribute("= format").equals("rst")) { =20 %> -

.

+

.

<% } %>
=20 @@ -184,7 +184,7 @@ <% }%> "/> - "/> + "/> <% if(request.getAttribute("lastText")!=3Dnull) { %> =20 " /> <% } %> Modified: trunk/src/main/webapp/WEB-INF/content/save.jsp =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/src/main/webapp/WEB-INF/content/save.jsp 2011-07-28 12:38:56 UTC (r= ev 190) +++ trunk/src/main/webapp/WEB-INF/content/save.jsp 2011-07-28 13:55:23 UTC (r= ev 191) @@ -17,4 +17,11 @@

Last change save

+ + +
\ No newline at end of file --===============0405934734196746565==--