Changeset 17422
- Timestamp:
- 2008/07/11 23:44:51 (14 years ago)
- Location:
- branches/comu-ver2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/Smarty/templates/default/admin/order/status.tpl
r17351 r17422 28 28 <input type="hidden" name="order_id" value="" /> 29 29 <div id="order" class="contents-main"> 30 <h2>ステータス管理</h2> 30 <h2>抽出条件</h2> 31 <!--{foreach key=key item=item from=$arrORDERSTATUS}--> 32 <a 33 style="padding-right: 1em;" 34 <!--{if $key != $SelectedStatus}--> 35 href="#" 36 onclick="document.form1.search_pageno.value='1'; fnModeSubmit('search','status','<!--{$key}-->' );" 37 <!--{/if}--> 38 ><!--{$item}--></a> 39 <!--{/foreach}--> 40 <h2>編集</h2> 31 41 <!--{* 登録テーブルここから *}--> 32 42 <!--{if $tpl_linemax > 0 }--> … … 41 51 <option value="delete">削除</option> 42 52 </select> 43 <button type="button" onclick="fnSelectCheckSubmit();"><span> 反映</span></button>53 <button type="button" onclick="fnSelectCheckSubmit();"><span>移動</span></button> 44 54 </div> 45 55 -
branches/comu-ver2/data/Smarty/templates/default/admin/order/subnavi.tpl
r17421 r17422 22 22 */ 23 23 *}--> 24 <form name="subFormStatus" id="subFormStatus" method="post" action="<!--{$smarty.const.URL_DIR}-->admin/order/status.php" >25 <input type="hidden" name="mode" value="" />26 <input type="hidden" name="status" value="<!--{if $arrForm.status == ""}-->1<!--{else}--><!--{$arrForm.status}--><!--{/if}-->" />27 <input type="hidden" name="search_pageno" value="<!--{$tpl_pageno}-->" />28 <input type="hidden" name="order_id" value="" />29 24 <ul id="navi-order" class="level1"> 30 25 <li id="navi-order-index" … … 36 31 <li id="navi-order-status" 37 32 class="<!--{if $tpl_mainno == 'order' && $tpl_subno == 'status'}-->on<!--{/if}-->" 38 ><a href="<!--{$smarty.const.URL_DIR}-->admin/order/status.php"><span>ステータス管理</span></a> 39 <ul id="navi-status-sub" class="level2"> 40 <!--{foreach key=key item=item from=$arrORDERSTATUS}--> 41 <li id="navi-status-<!--{$key}-->" 42 class="<!--{if $tpl_mainno == 'order' && $tpl_subno == 'status' && ($key == $SelectedStatus || $key == $defaultstatus)}-->on<!--{/if}-->" 43 ><a href="#" onclick="document.form1.search_pageno.value='1'; fnModeSubmit('search','status','<!--{$key}-->' );"><span><!--{$item}--></span></a></li> 44 <!--{/foreach}--> 45 </ul> 46 </li> 33 ><a href="<!--{$smarty.const.URL_DIR}-->admin/order/status.php"><span>ステータス管理</span></a></li> 47 34 </ul> 48 </form> -
branches/comu-ver2/data/class/pages/admin/order/LC_Page_Admin_Order_Status.php
r17376 r17422 48 48 $this->tpl_mainno = 'order'; 49 49 $this->tpl_subno = 'status'; 50 $this->tpl_subtitle = 'ステータス管理'; 50 51 51 52 $masterData = new SC_DB_MasterData_Ex(); -
branches/comu-ver2/html/user_data/packages/default/css/admin_contents.css
r17417 r17422 41 41 border-bottom: 3px solid #CCCCCC; 42 42 margin: 0 0 10px 0; 43 padding: 3px 10px;43 padding: 3px 0; 44 44 color: #DD7010; 45 45 }
Note: See TracChangeset
for help on using the changeset viewer.