r571 - in trunk/echobase-ui/src/main/webapp/WEB-INF/jsp: . dbeditor user
Author: tchemit Date: 2012-08-29 22:37:14 +0200 (Wed, 29 Aug 2012) New Revision: 571 Url: http://forge.codelutin.com/repositories/revision/echobase/571 Log: reformat + remove unsued jsp code Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/dbeditor/csvImportResult.jsp trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/modificationLogs.jsp trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/user/login.jsp Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/dbeditor/csvImportResult.jsp =================================================================== --- trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/dbeditor/csvImportResult.jsp 2012-08-29 20:36:05 UTC (rev 570) +++ trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/dbeditor/csvImportResult.jsp 2012-08-29 20:37:14 UTC (rev 571) @@ -37,12 +37,6 @@ <s:if test="hasActionErrors()"> <s:label key="error.message" labelSeparator="" label="%{getText('echobase.common.importError')}"/> - <%--div class="cleanBoth"> - <s:text name="echobase.common.importError"/> - <strong> - <s:property value="error.message"/> - </strong> - </div--%> <pre id="errorStack"> <code> <s:property value="errorStack"/> Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/modificationLogs.jsp =================================================================== --- trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/modificationLogs.jsp 2012-08-29 20:36:05 UTC (rev 570) +++ trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/modificationLogs.jsp 2012-08-29 20:37:14 UTC (rev 571) @@ -26,8 +26,9 @@ <%@ taglib prefix="sjg" uri="/struts-jquery-grid-tags" %> <script type="text/javascript" src="<s:url value='/js/gridHelper.js' />"></script> -<s:set var="emptySelection"><s:text - name="echobase.message.noEntrySelection"/></s:set> +<s:set var="emptySelection"> + <s:text name="echobase.message.noEntrySelection"/> +</s:set> <script type="text/javascript"> jQuery(document).ready(function () { @@ -77,7 +78,7 @@ <fieldset> <legend><s:text name="echobase.title.modification.detail"/></legend> <div id="extraInfos"> - <s:label key='echobase.common.entityId' value=''/> + <s:label key='echobase.common.entityId' value=''/> <div class="clearBoth"/> <pre id='modificationEntityId' style="font-weight: bold;"></pre> <br/> Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/user/login.jsp =================================================================== --- trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/user/login.jsp 2012-08-29 20:36:05 UTC (rev 570) +++ trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/user/login.jsp 2012-08-29 20:37:14 UTC (rev 571) @@ -58,7 +58,6 @@ <s:form method="POST" namespace="/user"> <fieldset class="ui-corner-all"> - <%--<legend><s:text name="echobase.title.login"/></legend>--%> <s:hidden key="redirectAction" label=""/> <s:textfield name="email" key="echobase.common.email" required="true" size="60"/>
participants (1)
-
tchemit@users.forge.codelutin.com