Skip to content

Commit

Permalink
remove max length from search description and search keyword in journ…
Browse files Browse the repository at this point in the history
…al setup.
  • Loading branch information
brian bell committed May 7, 2014
1 parent a1d3641 commit b0e68a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/manager/setup/step1.tpl
Expand Up @@ -290,11 +290,11 @@
<table width="100%" class="data">
<tr valign="top">
<td width="20%" class="label">{fieldLabel name="searchDescription" key="common.description"}</td>
<td width="80%" class="value"><input type="text" name="searchDescription[{$formLocale|escape}]" id="searchDescription" value="{$searchDescription[$formLocale]|escape}" size="40" maxlength="255" class="textField" /></td>
<td width="80%" class="value"><input type="text" name="searchDescription[{$formLocale|escape}]" id="searchDescription" value="{$searchDescription[$formLocale]|escape}" size="40" class="textField" /></td>
</tr>
<tr valign="top">
<td width="20%" class="label">{fieldLabel name="searchKeywords" key="common.keywords"}</td>
<td width="80%" class="value"><input type="text" name="searchKeywords[{$formLocale|escape}]" id="searchKeywords" value="{$searchKeywords[$formLocale]|escape}" size="40" maxlength="255" class="textField" /></td>
<td width="80%" class="value"><input type="text" name="searchKeywords[{$formLocale|escape}]" id="searchKeywords" value="{$searchKeywords[$formLocale]|escape}" size="40" class="textField" /></td>
</tr>
<tr valign="top">
<td width="20%" class="label">{fieldLabel name="customHeaders" key="manager.setup.customTags"}</td>
Expand Down

0 comments on commit b0e68a2

Please sign in to comment.