Author: kwright
Date: Sun Nov 3 19:35:53 2013
New Revision: 1538426
URL: http://svn.apache.org/r1538426
Log:
Minor tweak; pulldown might as well be of size 2
Modified:
manifoldcf/branches/CONNECTORS-553/connectors/email/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/email/Configuration_Server.html
Modified:
manifoldcf/branches/CONNECTORS-553/connectors/email/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/email/Configuration_Server.html
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-553/connectors/email/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/email/Configuration_Server.html?rev=1538426&r1=1538425&r2=1538426&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-553/connectors/email/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/email/Configuration_Server.html
(original)
+++
manifoldcf/branches/CONNECTORS-553/connectors/email/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/email/Configuration_Server.html
Sun Nov 3 19:35:53 2013
@@ -24,7 +24,7 @@ limitations under the License.
<nobr>$Encoder.bodyEscape($ResourceBundle.getString('EmailConnector.ProtocolColon'))</nobr>
</td>
<td class="value">
- <select id="protocol" name="protocol">
+ <select id="protocol" name="protocol" size="2">
#if($PROTOCOL == 'IMAP')
<option value="IMAP" selected="selected">IMAP</option>
#else