Skip to content

Commit

Permalink
Increase size of custom field possible valus field
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Oct 31, 2014
1 parent 692d491 commit 0d04111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage_custom_field_edit_page.php
Expand Up @@ -88,7 +88,7 @@
</div>
<div class="field-container">
<label for="custom-field-possible-values"><span><?php echo lang_get( 'custom_field_possible_values' ) ?></span></label>
<span class="input"><input type="text" id="custom-field-possible-values" name="possible_values" size="32" value="<?php echo string_attribute( $t_definition['possible_values'] ) ?>" />
<span class="input"><input type="text" id="custom-field-possible-values" name="possible_values" size="100" value="<?php echo string_attribute( $t_definition['possible_values'] ) ?>" />
<?php echo sprintf( lang_get( 'separate_lists_by' ), '|' ) ?>
</span>
<span class="label-style"></span>
Expand Down

0 comments on commit 0d04111

Please sign in to comment.