#17965684 : add not_exist option for selecting module category

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6482 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-06-05 06:15:05 +00:00
parent c98a7ba9fa
commit e0036cc41e
7 changed files with 7 additions and 0 deletions

View file

@ -17,6 +17,7 @@
<input type="hidden" name="act" value="{$act}" />
<select name="module_category_srl">
<option value="">{$lang->module_category}</option>
<option value="0" <!--@if($module_category_srl==="0")-->selected="selected"<!--@end-->>{$lang->not_exists}</option>
<!--@foreach($module_category as $key => $val)-->
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
<!--@end-->