- Timestamp:
- 2010/11/07 01:34:23 (16 years ago)
- Location:
- branches/camp/camp-2_5-C/data/Smarty/templates/admin
- Files:
-
- 2 edited
-
main_frame.tpl (modified) (1 diff)
-
products/product.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-C/data/Smarty/templates/admin/main_frame.tpl
r19342 r19343 140 140 141 141 <!--{* ▼FOOTER *}--> 142 <!--{if $smarty.server.PHP_SELF==$foot}-->143 <div class="btn-foot">144 <!--{if count($arrSearchHidden) > 0}-->145 <!--▼検索結果へ戻る-->146 <button type="button" onClick="fnChangeAction('<!--{$smarty.const.URL_SEARCH_TOP}-->'); fnModeSubmit('search','',''); return false;"><span>検索画面に戻る</span></button>147 <!--▲検索結果へ戻る-->148 <!--{/if}-->149 <button type="button" onClick="fnChangeAction('<!--{$smarty.const.URL_DIR}-->admin/products/product_preview.php'); fnModeSubmit('','',''); return false;">プレビュー</button><button type="submit" onClick="selectAll('category_id')"><span>確認ページへ</span></button>150 </div>151 <!--{/if}-->152 142 <div id="footer"> 153 143 <div id="topagetop"> -
branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/product.tpl
r19342 r19343 441 441 </div> 442 442 443 <!--{*444 443 <div class="btn-foot"> 445 444 <!--{if count($arrSearchHidden) > 0}--> … … 450 449 <button type="button" onClick="fnChangeAction('<!--{$smarty.const.URL_DIR}-->admin/products/product_preview.php'); fnModeSubmit('','',''); return false;">プレビュー</button><button type="submit" onClick="selectAll('category_id')"><span>確認ページへ</span></button> 451 450 </div> 452 *}-->453 451 </div> 454 452 </form>
Note: See TracChangeset
for help on using the changeset viewer.
