Report#45: "Link us" Box - mark the whole link on click
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<span class="corners-top"><span></span></span>
|
<span class="corners-top"><span></span></span>
|
||||||
<h3>{L_LINK_US}</h3>
|
<h3>{L_LINK_US}</h3>
|
||||||
{LINK_US_TXT}<br /><br />
|
{LINK_US_TXT}<br /><br />
|
||||||
<input type="text" tabindex="1" size="28" value="{U_LINK_US}" class="inputbox autowidth" /><br />
|
<input type="text" tabindex="1" size="28" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br />
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<tr class="row1">
|
<tr class="row1">
|
||||||
<td>
|
<td>
|
||||||
{LINK_US_TXT}<br /><br />
|
{LINK_US_TXT}<br /><br />
|
||||||
<input type="text" tabindex="1" size="28" value="{U_LINK_US}" class="inputbox autowidth" /><br />
|
<input type="text" tabindex="1" size="28" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user