[thirdparty-commits] jpeeler: mantis/trunk r53 - /mantis/trunk/manage_custom_field_edit_page.php
SVN commits to the Digium third-party software repository
thirdparty-commits at lists.digium.com
Tue Jan 13 12:23:38 CST 2009
Author: jpeeler
Date: Tue Jan 13 12:23:37 2009
New Revision: 53
URL: http://svn.digium.com/svn-view/thirdparty?view=rev&rev=53
Log:
make custom version field bigger for Tilghman
Modified:
mantis/trunk/manage_custom_field_edit_page.php
Modified: mantis/trunk/manage_custom_field_edit_page.php
URL: http://svn.digium.com/svn-view/thirdparty/mantis/trunk/manage_custom_field_edit_page.php?view=diff&rev=53&r1=52&r2=53
==============================================================================
--- mantis/trunk/manage_custom_field_edit_page.php (original)
+++ mantis/trunk/manage_custom_field_edit_page.php Tue Jan 13 12:23:37 2009
@@ -79,7 +79,7 @@
<?php echo lang_get( 'custom_field_possible_values' ) ?>
</td>
<td>
- <textarea rows="1" cols="37" name="possible_values" wrap="off"><?php echo trim(string_textarea( $t_definition['possible_values'] )) ?></textarea>
+ <textarea rows="3" cols="50" name="possible_values" wrap="off"><?php echo trim(string_textarea( $t_definition['possible_values'] )) ?></textarea>
<!-- the old length limited way
<input type="text" name="possible_values" size="32" maxlength="255" value="<?php echo string_attribute( $t_definition['possible_values'] ) ?>" />
-->
More information about the thirdparty-commits
mailing list