Changeset 19342
- Timestamp:
- 2010/11/07 01:32:59 (12 years ago)
- Location:
- branches/camp/camp-2_5-C/data/Smarty/templates/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-C/data/Smarty/templates/admin/main_frame.tpl
r19339 r19342 140 140 141 141 <!--{* ▼FOOTER *}--> 142 <!--{$smarty.server.PHP_SELF}--> 143 <!--{assign var=foot value="`$smarty.const.URL_DIR`"}--> 144 <!--{$foot}--> 145 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}--> 146 152 <div id="footer"> 147 153 <div id="topagetop"> -
branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/product.tpl
r19313 r19342 441 441 </div> 442 442 443 <!--{* 443 444 <div class="btn-foot"> 444 445 <!--{if count($arrSearchHidden) > 0}--> … … 449 450 <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> 450 451 </div> 452 *}--> 451 453 </div> 452 454 </form>
Note: See TracChangeset
for help on using the changeset viewer.