mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
#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:
parent
c98a7ba9fa
commit
e0036cc41e
7 changed files with 7 additions and 0 deletions
|
|
@ -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-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue