Author: kishore
Date: Sat Apr 29 22:23:32 2017
New Revision: 1793237

URL: http://svn.apache.org/viewvc?rev=1793237&view=rev
Log:
Updated Seeds tab

Modified:
    
manifoldcf/branches/CONNECTORS-1403/connectors/webcrawler/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/webcrawler/editSpecification_Seeds.html.vm

Modified: 
manifoldcf/branches/CONNECTORS-1403/connectors/webcrawler/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/webcrawler/editSpecification_Seeds.html.vm
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1403/connectors/webcrawler/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/webcrawler/editSpecification_Seeds.html.vm?rev=1793237&r1=1793236&r2=1793237&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-1403/connectors/webcrawler/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/webcrawler/editSpecification_Seeds.html.vm
 (original)
+++ 
manifoldcf/branches/CONNECTORS-1403/connectors/webcrawler/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/webcrawler/editSpecification_Seeds.html.vm
 Sat Apr 29 22:23:32 2017
@@ -17,14 +17,13 @@
 
 #set( $SEQPREFIX = 's' + $SEQNUM + '_' )
 #if($TABNAME == $ResourceBundle.getString('WebcrawlerConnector.Seeds') && 
${SEQNUM} == ${SELECTEDNUM})
-<table class="displaytable">
-  <tr><td class="separator" colspan="2"><hr/></td></tr>
-  <tr>
-    <td class="value" colspan="2">
-      <textarea rows="25" cols="80" 
name="${SEQPREFIX}seeds">$Encoder.bodyEscape($SEEDS)</textarea>
-    </td>
-  </tr>
-</table>
+<div class="row">
+  <div class="col-md-6">
+    <div class="form-group">
+      <textarea class="form-control" rows="20" 
name="${SEQPREFIX}seeds">$Encoder.bodyEscape($SEEDS)</textarea>
+    </div>
+  </div>
+</div>
 #else
 <input type="hidden" name="${SEQPREFIX}seeds" 
value="$Encoder.attributeEscape($SEEDS)"/>
 #end


Reply via email to