Changeset 20941 for branches/version-2_11-dev/data/Smarty/templates/admin
- Timestamp:
- 2011/05/19 02:26:17 (15 years ago)
- Location:
- branches/version-2_11-dev/data/Smarty/templates/admin
- Files:
-
- 5 edited
-
contents/recommend_search.tpl (modified) (1 diff)
-
customer/search_customer.tpl (modified) (1 diff)
-
order/multiple.tpl (modified) (1 diff)
-
order/product_select.tpl (modified) (1 diff)
-
products/product_select.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/Smarty/templates/admin/contents/recommend_search.tpl
r20764 r20941 41 41 42 42 <!--▼検索フォーム--> 43 <form name="form1" id="form1" method="post" action=" <!--{$smarty.server.REQUEST_URI|h}-->">43 <form name="form1" id="form1" method="post" action="?"> 44 44 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 45 45 <input name="mode" type="hidden" value="search" /> -
branches/version-2_11-dev/data/Smarty/templates/admin/customer/search_customer.tpl
r20764 r20941 39 39 40 40 <!--▼検索フォーム--> 41 <form name="form1" id="form1" method="post" action=" <!--{$smarty.server.REQUEST_URI|h}-->">41 <form name="form1" id="form1" method="post" action="?"> 42 42 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 43 43 <input name="mode" type="hidden" value="search"> -
branches/version-2_11-dev/data/Smarty/templates/admin/order/multiple.tpl
r20764 r20941 171 171 172 172 <!--▼検索フォーム--> 173 <form name="form1" id="form1" method="post" action=" <!--{$smarty.server.REQUEST_URI|h}-->">173 <form name="form1" id="form1" method="post" action="?"> 174 174 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 175 175 <input name="mode" type="hidden" value="search" /> -
branches/version-2_11-dev/data/Smarty/templates/admin/order/product_select.tpl
r20764 r20941 125 125 126 126 <!--▼検索フォーム--> 127 <form name="form1" id="form1" method="post" action=" <!--{$smarty.server.REQUEST_URI|h}-->">127 <form name="form1" id="form1" method="post" action="?"> 128 128 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 129 129 <input name="mode" type="hidden" value="search" /> -
branches/version-2_11-dev/data/Smarty/templates/admin/products/product_select.tpl
r20766 r20941 42 42 43 43 <!--▼検索フォーム--> 44 <form name="form1" id="form1" method="post" action=" <!--{$smarty.server.REQUEST_URI|h}-->">44 <form name="form1" id="form1" method="post" action="?"> 45 45 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 46 46 <input name="mode" type="hidden" value="search" />
Note: See TracChangeset
for help on using the changeset viewer.
