public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Removed the type param from the select dropdowns in the admin


git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@4754 
3d254a34-79dc-0310-9e5f-be208747d8a0
tedkulp (author)
Tue Jun 24 05:57:32 -0700 2008
commit  715794bb08afdfbdf3e6644c375b0ea81cce10f8
tree    39f065310ce6addd600db6c1d602081fc245d167
parent  6cc4083dbf7a1f05d7cb0bc8399808924020c9db
...
56
57
58
59
 
 
 
 
60
61
62
...
56
57
58
 
59
60
61
62
63
64
65
0
@@ -56,7 +56,10 @@ function smarty_function_html_select($params, &$smarty)
0
             case 'selected':
0
                 $$_key = array_map('strval', array_values((array)$_val));
0
                 break;
0
-
0
+
0
+ case 'type':
0
+ break;
0
+
0
             default:
0
                 if(!is_array($_val)) {
0
                     $extra .= ' '.$_key.'="'.smarty_function_escape_special_chars($_val).'"';

Comments

    No one has commented yet.