Changeset 21345
- Timestamp:
- 2011/11/17 11:43:06 (9 years ago)
- Location:
- branches/version-2_11-dev/data/Smarty/templates/admin
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/Smarty/templates/admin/basis/holiday.tpl
r21344 r21345 67 67 <table class="list"> 68 68 <col width="50%" /> 69 <col width=" 15%" />70 <col width=" 5%" />71 <col width=" 5%" />72 <col width=" 15%" />69 <col width="20%" /> 70 <col width="10%" /> 71 <col width="10%" /> 72 <col width="20%" /> 73 73 <tr> 74 74 <th>タイトル</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/contents/recommend_search.tpl
r21343 r21345 74 74 <table class="list"> 75 75 <col width="15%" /> 76 <col width="1 3%" />76 <col width="12.5%" /> 77 77 <col width="60%" /> 78 <col width="1 3%" />78 <col width="12.5%" /> 79 79 <tr> 80 80 <th>商品画像</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/customer/index.tpl
r21343 r21345 112 112 <!--検索結果表示テーブル--> 113 113 <table class="list" id="customer-search-result"> 114 <col width=" 5%" />114 <col width="8%" /> 115 115 <col width="10%" /> 116 <col width=" 25%" />117 <col width=" 5%" />116 <col width="30%" /> 117 <col width="8%" /> 118 118 <col width="30%" /> 119 119 <col width="7%" /> -
branches/version-2_11-dev/data/Smarty/templates/admin/mail/index.tpl
r21343 r21345 96 96 <table class="list"> 97 97 <col width="10%" /> 98 <col width="2 0%" />98 <col width="25%" /> 99 99 <col width="35%" /> 100 100 <col width="15%" /> -
branches/version-2_11-dev/data/Smarty/templates/admin/products/class.tpl
r21343 r21345 47 47 48 48 <table class="list"> 49 <col width="45%"/>49 <col /> 50 50 <col width="15%" /> 51 51 <col width="10%" /> -
branches/version-2_11-dev/data/Smarty/templates/admin/products/classcategory.tpl
r21343 r21345 54 54 55 55 <table class="list"> 56 <col width="55%"/>56 <col /> 57 57 <col width="10%" /> 58 58 <col width="10%" /> -
branches/version-2_11-dev/data/Smarty/templates/admin/products/index.tpl
r21343 r21345 205 205 <!--検索結果表示テーブル--> 206 206 <table class="list" id="products-search-result"> 207 <col width="5%" />208 207 <col width="8%" /> 209 <col width="8%" /> 208 <col width="9%" /> 209 <col width="9%" /> 210 210 <col width="8%" /> 211 211 <col width="25%" /> -
branches/version-2_11-dev/data/Smarty/templates/admin/products/product_rank.tpl
r21343 r21345 95 95 <table class="list" id="categoryTable"> 96 96 <col width="20%" /> 97 <col width="47 %" />97 <col width="47.5%" /> 98 98 <col width="10%" /> 99 <col width="7 %" />99 <col width="7.5%" /> 100 100 <col width="15%" /> 101 101 <tr class="nodrop nodrag"> -
branches/version-2_11-dev/data/Smarty/templates/admin/system/editdb.tpl
r21343 r21345 32 32 <col width="5%" /> 33 33 <col width="5%" /> 34 <col width="28%" />35 34 <col width="25%" /> 36 <col width="43%" /> 35 <col width="25%" /> 36 <col width="40%" /> 37 37 <tr> 38 38 <th colspan="2">インデックス</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/system/index.tpl
r21343 r21345 37 37 <col width="20%" /> 38 38 <col width="10%" /> 39 <col width=" 5%" />40 <col width=" 5%" />39 <col width="7.5%" /> 40 <col width="7.5%" /> 41 41 <col width="20%" /> 42 42 <div class="btn">
Note: See TracChangeset
for help on using the changeset viewer.