Commit 4b3b1c00 authored by Paul Everitt's avatar Paul Everitt

Changed INPUT sizes, corrected _ on NT, eliminated Discussion and DataPublisher

parent 383b212d
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<STRONG>Id</STRONG> <STRONG>Id</STRONG>
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="id" SIZE="50"> <INPUT TYPE="TEXT" NAME="id" SIZE="40">
</TD> </TD>
</TR> </TR>
<TR> <TR>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<EM><STRONG>Title</STRONG></EM> <EM><STRONG>Title</STRONG></EM>
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="title" SIZE="50"> <INPUT TYPE="TEXT" NAME="title" SIZE="40">
</TD> </TD>
</TR> </TR>
<TR> <TR>
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<EM><STRONG>File</STRONG></EM> <EM><STRONG>File</STRONG></EM>
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="file" NAME="file:string" SIZE="30" VALUE=""> <INPUT TYPE="file" NAME="file:string" SIZE="25" VALUE="">
</TD> </TD>
</TR> </TR>
<!--#var smallRolesWidget--> <!--#var smallRolesWidget-->
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<STRONG>Id</STRONG> <STRONG>Id</STRONG>
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="id" SIZE="50"> <INPUT TYPE="TEXT" NAME="id" SIZE="40">
</TD> </TD>
</TR> </TR>
<TR> <TR>
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<EM><STRONG>Title</STRONG></EM> <EM><STRONG>Title</STRONG></EM>
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="title" SIZE="50"> <INPUT TYPE="TEXT" NAME="title" SIZE="40">
</TD> </TD>
</TR> </TR>
<!--#var smallRolesWidget--> <!--#var smallRolesWidget-->
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<STRONG>Id</STONG> <STRONG>Id</STONG>
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="id" SIZE="50"> <INPUT TYPE="TEXT" NAME="id" SIZE="40">
</TD> </TD>
</TR> </TR>
<TR> <TR>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<EM><STRONG>Title</STRONG></EM> <EM><STRONG>Title</STRONG></EM>
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="title" SIZE="50"> <INPUT TYPE="TEXT" NAME="title" SIZE="40">
</TD> </TD>
</TR> </TR>
<TR> <TR>
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<STRONG>Image</STRONG> <STRONG>Image</STRONG>
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="file" NAME="file" SIZE="30" VALUE=""> <INPUT TYPE="file" NAME="file" SIZE="25" VALUE="">
</TD> </TD>
</TR> </TR>
<!--#var smallRolesWidget--> <!--#var smallRolesWidget-->
......
...@@ -25,7 +25,7 @@ button. The image file you select will be uploaded to the application. ...@@ -25,7 +25,7 @@ button. The image file you select will be uploaded to the application.
<EM><STRONG>Title</STRONG></EM> <EM><STRONG>Title</STRONG></EM>
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="title" SIZE="50" VALUE="<!--#var title-->"> <INPUT TYPE="TEXT" NAME="title" SIZE="40" VALUE="<!--#var title-->">
</TD> </TD>
</TR> </TR>
<TR> <TR>
...@@ -33,7 +33,7 @@ button. The image file you select will be uploaded to the application. ...@@ -33,7 +33,7 @@ button. The image file you select will be uploaded to the application.
<STRONG>Image</STRONG> <STRONG>Image</STRONG>
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="file" NAME="file" SIZE="30" VALUE=""> <INPUT TYPE="file" NAME="file" SIZE="25" VALUE="">
</TD> </TD>
</TR> </TR>
<!--#var smallRolesWidget--> <!--#var smallRolesWidget-->
......
...@@ -6,8 +6,7 @@ ...@@ -6,8 +6,7 @@
<!--#if parentObject--> <!--#if parentObject-->
<!--#in parentObject--> <!--#in parentObject-->
<A HREF="<!--#var URL2-->/manage" target="_top"> <A HREF="<!--#var URL2-->/manage" target="_top">
<IMG SRC="<!--#var SOFTWARE_URL-->/OFS/UpFolder_icon.gif" BORDER=0> <IMG SRC="<!--#var SOFTWARE_URL-->/OFS/UpFolder_icon.gif" BORDER=0></A>
</A>
Return to <!--#var title_or_id--> Return to <!--#var title_or_id-->
<BR> <BR>
<!--#/in parentObject--> <!--#/in parentObject-->
......
...@@ -68,7 +68,7 @@ property below and click &quot;Add&quot;. ...@@ -68,7 +68,7 @@ property below and click &quot;Add&quot;.
<STRONG>Value</STRONG> <STRONG>Value</STRONG>
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="value" SIZE="50"> <INPUT TYPE="TEXT" NAME="value" SIZE="40">
</TD> </TD>
</TR> </TR>
<TR> <TR>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment