You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2015/06/26 21:53:32 UTC

[06/10] struts git commit: removed border from transferselects tables

removed border from transferselects tables


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/94f8be90
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/94f8be90
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/94f8be90

Branch: refs/heads/master
Commit: 94f8be90a81d54ec40748d6a02e292a5d46a3293
Parents: a0b3480
Author: Aleksandr Mashchenko <al...@gmail.com>
Authored: Mon Jun 16 23:12:19 2014 +0300
Committer: Aleksandr Mashchenko <al...@gmail.com>
Committed: Mon Jun 16 23:12:19 2014 +0300

----------------------------------------------------------------------
 core/src/main/resources/template/simple/inputtransferselect.ftl    | 2 +-
 core/src/main/resources/template/simple/optiontransferselect.ftl   | 2 +-
 .../org/apache/struts2/views/jsp/ui/inputtransferselect-1.txt      | 2 +-
 .../org/apache/struts2/views/jsp/ui/optiontransferselect-1.txt     | 2 +-
 .../org/apache/struts2/views/jsp/ui/optiontransferselect-2.txt     | 2 +-
 .../org/apache/struts2/views/jsp/ui/optiontransferselect-3.txt     | 2 +-
 .../org/apache/struts2/views/jsp/ui/optiontransferselect-4.txt     | 2 +-
 .../org/apache/struts2/views/jsp/ui/optiontransferselect-5.txt     | 2 +-
 .../org/apache/struts2/views/jsp/ui/optiontransferselect-6.txt     | 2 +-
 .../org/apache/struts2/views/jsp/ui/optiontransferselect-7.txt     | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/94f8be90/core/src/main/resources/template/simple/inputtransferselect.ftl
----------------------------------------------------------------------
diff --git a/core/src/main/resources/template/simple/inputtransferselect.ftl b/core/src/main/resources/template/simple/inputtransferselect.ftl
index 20c3084..afef161 100644
--- a/core/src/main/resources/template/simple/inputtransferselect.ftl
+++ b/core/src/main/resources/template/simple/inputtransferselect.ftl
@@ -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/>

http://git-wip-us.apache.org/repos/asf/struts/blob/94f8be90/core/src/main/resources/template/simple/optiontransferselect.ftl
----------------------------------------------------------------------
diff --git a/core/src/main/resources/template/simple/optiontransferselect.ftl b/core/src/main/resources/template/simple/optiontransferselect.ftl
index 6fa85a8..c685956 100644
--- a/core/src/main/resources/template/simple/optiontransferselect.ftl
+++ b/core/src/main/resources/template/simple/optiontransferselect.ftl
@@ -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/>

http://git-wip-us.apache.org/repos/asf/struts/blob/94f8be90/core/src/test/resources/org/apache/struts2/views/jsp/ui/inputtransferselect-1.txt
----------------------------------------------------------------------
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/inputtransferselect-1.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/inputtransferselect-1.txt
index e3acfbc..47324f3 100644
--- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/inputtransferselect-1.txt
+++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/inputtransferselect-1.txt
@@ -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="-&gt;"onclick="addOption(document.getElementById('collection_input'),document.getElementById('collection'))"/>
       <br/><br/>

http://git-wip-us.apache.org/repos/asf/struts/blob/94f8be90/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-1.txt
----------------------------------------------------------------------
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-1.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-1.txt
index b28df02..be8fd8f 100644
--- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-1.txt
+++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-1.txt
@@ -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/>

http://git-wip-us.apache.org/repos/asf/struts/blob/94f8be90/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-2.txt
----------------------------------------------------------------------
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-2.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-2.txt
index ce55f65..3e36421 100644
--- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-2.txt
+++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-2.txt
@@ -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/>

http://git-wip-us.apache.org/repos/asf/struts/blob/94f8be90/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-3.txt
----------------------------------------------------------------------
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-3.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-3.txt
index 13be1df..a790545 100644
--- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-3.txt
+++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-3.txt
@@ -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/>

http://git-wip-us.apache.org/repos/asf/struts/blob/94f8be90/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-4.txt
----------------------------------------------------------------------
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-4.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-4.txt
index 3e55b06..4454ed2 100644
--- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-4.txt
+++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-4.txt
@@ -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/>

http://git-wip-us.apache.org/repos/asf/struts/blob/94f8be90/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-5.txt
----------------------------------------------------------------------
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-5.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-5.txt
index 0e9bdd9..cbcde65 100644
--- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-5.txt
+++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-5.txt
@@ -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/>

http://git-wip-us.apache.org/repos/asf/struts/blob/94f8be90/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-6.txt
----------------------------------------------------------------------
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-6.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-6.txt
index 992c30b..68f689b 100644
--- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-6.txt
+++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-6.txt
@@ -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/>

http://git-wip-us.apache.org/repos/asf/struts/blob/94f8be90/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-7.txt
----------------------------------------------------------------------
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-7.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-7.txt
index 0392c0a..75f5aaf 100644
--- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-7.txt
+++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/optiontransferselect-7.txt
@@ -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/>