Changeset 20233
- Timestamp:
- 2011/02/20 05:53:15 (15 years ago)
- Location:
- branches/version-2_5-dev/data
- Files:
-
- 4 deleted
- 1 edited
-
Smarty/templates/admin/customer/customer.tpl (deleted)
-
Smarty/templates/admin/customer/customer_complete.tpl (deleted)
-
Smarty/templates/admin/customer/customer_confirm.tpl (deleted)
-
Smarty/templates/admin/customer/edit.tpl (modified) (1 diff)
-
class/pages/admin/customer/LC_Page_Admin_Customer_Customer.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/admin/customer/edit.tpl
r20232 r20233 49 49 <!--{/foreach}--> 50 50 <!--{foreach from=$arrSearchData.job key="key" item="item"}--> 51 <input type="hidden" name="job[]" value="<!--{$item |h}-->" />51 <input type="hidden" name="job[]" value="<!--{$item}-->" /> 52 52 <!--{/foreach}--> 53 53 <!--{foreach from=$arrSearchData.sex key="key" item="item"}--> 54 <input type="hidden" name="sex[]" value="<!--{$item |h}-->" />54 <input type="hidden" name="sex[]" value="<!--{$item}-->" /> 55 55 <!--{/foreach}--> 56 56 </form>
Note: See TracChangeset
for help on using the changeset viewer.
