Changeset 20799
- Timestamp:
- 2011/04/01 13:22:25 (15 years ago)
- Location:
- branches/version-2_11-dev/data/Smarty/templates/mobile/shopping
- Files:
-
- 3 edited
-
confirm.tpl (modified) (1 diff)
-
payment.tpl (modified) (1 diff)
-
select_deliv.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/Smarty/templates/mobile/shopping/confirm.tpl
r20764 r20799 22 22 */ 23 23 *}--> 24 <form method="post" action=" ?">24 <form method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/confirm.php"> 25 25 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 26 26 <input type="hidden" name="mode" value="confirm"> -
branches/version-2_11-dev/data/Smarty/templates/mobile/shopping/payment.tpl
r20764 r20799 22 22 */ 23 23 *}--> 24 <form method="post" action=" ?">24 <form method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/payment.php"> 25 25 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 26 26 <input type="hidden" name="mode" value="confirm"> -
branches/version-2_11-dev/data/Smarty/templates/mobile/shopping/select_deliv.tpl
r20764 r20799 22 22 */ 23 23 *}--> 24 <form method="post" action=" ?">24 <form method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/payment.php"> 25 25 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 26 26 <input type="hidden" name="mode" value="select_deliv">
Note: See TracChangeset
for help on using the changeset viewer.
