From 0e0ce976ee86cfd83a4c09bda295ca661c54e344 Mon Sep 17 00:00:00 2001 From: lorilee Date: Mon, 5 Jul 2010 16:28:40 -0700 Subject: [PATCH] ENUM/SET editor support for no javascript; Added feature that allows users to add more than one new field at a time --- libraries/tbl_properties.inc.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php index 937528a04..e0a91546c 100644 --- a/libraries/tbl_properties.inc.php +++ b/libraries/tbl_properties.inc.php @@ -370,7 +370,9 @@ for ($i = 0; $i < $num_fields; $i++) { . ' value="' . htmlspecialchars($length_to_display) . '"' . ' class="textfield" />' . '

'; - $content_cells[$i][$ci] .= 'ENUM or SET data too long? Get more editing space

'; + $content_cells[$i][$ci] .= __('ENUM or SET data too long?') + . ' ' + . __('Get more editing space') . '

'; $ci++; // column default @@ -797,8 +799,8 @@ if ($action == 'tbl_create.php') { Close

Enter each value in a separate field.

-

+ Add value

- Cancel +

Add more values

+ Cancel \ No newline at end of file