Readonly Tag for Link-Us block

This commit is contained in:
Marc Alexander
2011-03-07 22:19:11 +01:00
parent 1b162bd376
commit c4fb1213a7
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<tr class="row1">
<td>
{LINK_US_TXT}<br style="clear:both" />
<input type="text" tabindex="9" size="autowidth" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br style="clear:both" />
<input type="text" tabindex="9" size="autowidth" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" readonly="readonly" /><br style="clear:both" />
</td>
</tr>
</table>