Ignore:
Timestamp:
2011/01/06 07:30:20 (13 years ago)
Author:
Seasoft
Message:

#640(URL の index.php ハードコーディングを解消し省略・変更を考慮)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/order/status.tpl

    r19785 r19835  
    8080      <td><input type="checkbox" name="move[]" value="<!--{$arrStatus[cnt].order_id}-->" ></td> 
    8181      <td><!--{$arrORDERSTATUS[$status]}--></td> 
    82       <td><a href ="<!--{$smarty.server.PHP_SELF|h}-->" onclick="fnOpenWindow('./edit.php?order_id=<!--{$arrStatus[cnt].order_id}-->','order_disp','800','900'); return false;" ><!--{$arrStatus[cnt].order_id}--></td> 
     82      <td><a href="#" onclick="fnOpenWindow('./edit.php?order_id=<!--{$arrStatus[cnt].order_id}-->','order_disp','800','900'); return false;" ><!--{$arrStatus[cnt].order_id}--></td> 
    8383      <td><!--{$arrStatus[cnt].create_date|sfDispDBDate:false}--></td> 
    8484      <td><!--{$arrStatus[cnt].order_name01|h}--><!--{$arrStatus[cnt].order_name02|h}--></td> 
Note: See TracChangeset for help on using the changeset viewer.