Author: agilliland
Date: Mon May 7 13:47:45 2007
New Revision: 535988
URL: http://svn.apache.org/viewvc?view=rev&rev=535988
Log:
set url field length to 70 so that it doesn't cause weird wrapping.
Modified:
roller/trunk/web/WEB-INF/jsps/authoring/struts2/CustomPingTargetAdd.jsp
roller/trunk/web/WEB-INF/jsps/authoring/struts2/CustomPingTargetEdit.jsp
Modified:
roller/trunk/web/WEB-INF/jsps/authoring/struts2/CustomPingTargetAdd.jsp
URL:
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/authoring/struts2/CustomPingTargetAdd.jsp?view=diff&rev=535988&r1=535987&r2=535988
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/authoring/struts2/CustomPingTargetAdd.jsp
(original)
+++ roller/trunk/web/WEB-INF/jsps/authoring/struts2/CustomPingTargetAdd.jsp Mon
May 7 13:47:45 2007
@@ -33,7 +33,7 @@
<div class="formrow">
<label for="pingUrl" class="formrow"><s:text name="pingTarget.pingUrl"
/></label>
- <s:textfield name="bean.pingUrl" size="100" maxlength="255" />
+ <s:textfield name="bean.pingUrl" size="70" maxlength="255" />
</div>
<p/>
Modified:
roller/trunk/web/WEB-INF/jsps/authoring/struts2/CustomPingTargetEdit.jsp
URL:
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/authoring/struts2/CustomPingTargetEdit.jsp?view=diff&rev=535988&r1=535987&r2=535988
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/authoring/struts2/CustomPingTargetEdit.jsp
(original)
+++ roller/trunk/web/WEB-INF/jsps/authoring/struts2/CustomPingTargetEdit.jsp
Mon May 7 13:47:45 2007
@@ -34,7 +34,7 @@
<div class="formrow">
<label for="pingUrl" class="formrow"><s:text name="pingTarget.pingUrl"
/></label>
- <s:textfield name="bean.pingUrl" size="100" maxlength="255" />
+ <s:textfield name="bean.pingUrl" size="70" maxlength="255" />
</div>
<p/>