Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
*7205* Lengthen URL field
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Dec 14, 2012
1 parent aaa79a8 commit 957e26e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/submission/metadata/metadataEdit.tpl
Expand Up @@ -91,7 +91,7 @@ function moveAuthor(dir, authorIndex) {
</tr>
<tr valign="top">
<td class="label">{fieldLabel name="authors-$authorIndex-url" key="user.url"}</td>
<td class="value"><input type="text" name="authors[{$authorIndex|escape}][url]" id="authors-{$authorIndex|escape}-url" value="{$author.url|escape}" size="30" maxlength="90" class="textField" /></td>
<td class="value"><input type="text" name="authors[{$authorIndex|escape}][url]" id="authors-{$authorIndex|escape}-url" value="{$author.url|escape}" size="30" maxlength="255" class="textField" /></td>
</tr>
<tr valign="top">
<td class="label">{fieldLabel name="authors-$authorIndex-affiliation" key="user.affiliation"}</td>
Expand Down Expand Up @@ -163,7 +163,7 @@ function moveAuthor(dir, authorIndex) {
</tr>
<tr valign="top">
<td class="label">{fieldLabel name="authors-0-url" key="user.url"}</td>
<td class="value"><input type="text" name="authors[0][url]" id="authors-0-url" size="30" maxlength="90" class="textField" /></td>
<td class="value"><input type="text" name="authors[0][url]" id="authors-0-url" size="30" maxlength="255" class="textField" /></td>
</tr>
<tr valign="top">
<td class="label">{fieldLabel name="authors-0-biography" key="user.biography"}<br />{translate key="user.biography.description"}</td>
Expand Down

0 comments on commit 957e26e

Please sign in to comment.