mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
removed border from transferselects tables
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<script type="text/javascript" src="<@s.url value="/struts/inputtransferselect.js" encode='false' includeParams='none'/>"></script>
|
||||
<#assign temporaryVariable = stack.setValue("#inputtransferselect_js_included", "true") /><#t/>
|
||||
</#if><#t/>
|
||||
<table border="0">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<#if parameters.leftTitle??><#t/>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<script type="text/javascript" src="<@s.url value="/struts/optiontransferselect.js" encode='false' includeParams='none'/>"></script>
|
||||
<#assign temporaryVariable = stack.setValue("#optiontransferselect_js_included", "true") /><#t/>
|
||||
</#if><#t/>
|
||||
<table border="0">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<#if parameters.leftTitle??><#t/>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<tdclass="tdLabel"></td>
|
||||
<td>
|
||||
<script type="text/javascript" src="/struts/inputtransferselect.js"></script>
|
||||
<tableborder="0">
|
||||
<table>
|
||||
<tr><td><input type="text" name="collection_input" id="collection_input"/></td>
|
||||
<td class="tdTransferSelect"><inputtype="button"value="->"onclick="addOption(document.getElementById('collection_input'),document.getElementById('collection'))"/>
|
||||
<br/><br/>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<td class="tdLabel"></td>
|
||||
<td>
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table border="0">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="leftTitle">Title Left</label><br/>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<td class="tdLabel"></td>
|
||||
<td>
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table border="0">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="leftTitle">Title Left</label><br/>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<td class="tdLabel"></td>
|
||||
<td>
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table border="0">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="leftTitle">Title Left</label><br/>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<td class="tdLabel"></td>
|
||||
<td>
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table border="0">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="leftTitle">Title Left</label><br/>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<td class="tdLabel"></td>
|
||||
<td>
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table border="0">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="leftTitle">Title Left</label><br/>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<td class="tdLabel"></td>
|
||||
<td>
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table border="0">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="leftTitle">Title Left</label><br/>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<td class="tdLabel"></td>
|
||||
<td>
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table border="0">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="leftTitle">Title Left</label><br/>
|
||||
|
||||
Reference in New Issue
Block a user