Index: branches/version-2_5-dev/data/Smarty/templates/admin/products/maker.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/admin/products/maker.tpl	(revision 18873)
+++ branches/version-2_5-dev/data/Smarty/templates/admin/products/maker.tpl	(revision 18899)
@@ -23,59 +23,57 @@
 *}-->
 <form name="form1" id="form1" method="post" action="?">
-<input type="hidden" name="mode" value="edit" />
-<input type="hidden" name="maker_id" value="<!--{$tpl_maker_id}-->" />
-<div id="products" class="contents-main">
+    <input type="hidden" name="mode" value="edit" />
+    <input type="hidden" name="maker_id" value="<!--{$tpl_maker_id}-->" />
+    <div id="products" class="contents-main">
 
-  <table class="form">
-    <tr>
-      <th>メーカー名<span class="attention"> *</span></th>
-      <td>
-        <!--{if $arrErr.name}--><span class="attention"><!--{$arrErr.name}--></span><!--{/if}-->
-        <input type="text" name="name" value="<!--{$arrForm.name|escape}-->" maxlength="<!--{$smarty.const.SMTEXT_LEN}-->" style="" size="60" class="box60"/>
-        <span class="attention"> (上限<!--{$smarty.const.SMTEXT_LEN}-->文字)</span>
-      </td>
-    </tr>
-  </table>
+        <table class="form">
+            <tr>
+                <th>メーカー名<span class="attention"> *</span></th>
+                <td>
+                    <!--{if $arrErr.name}--><span class="attention"><!--{$arrErr.name}--></span><!--{/if}-->
+                    <input type="text" name="name" value="<!--{$arrForm.name|escape}-->" maxlength="<!--{$smarty.const.SMTEXT_LEN}-->" style="" size="60" class="box60"/>
+                    <span class="attention"> (上限<!--{$smarty.const.SMTEXT_LEN}-->文字)</span>
+                </td>
+            </tr>
+        </table>
 
-  <div class="btn">
-    <input type="image" onMouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_regist.jpg',this)" src="<!--{$TPL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt="この内容で登録する" border="0" name="subm"></td>
-  </div>
+        <div class="btn"><button type="submit"><span>この内容で登録する</span></button></div>
 
-  <table class="list">
-    <tr>
-      <th>メーカー</th>
-      <th>編集</th>
-      <th>削除</th>
-      <th>移動</th>
-    </tr>
-    <!--{section name=cnt loop=$arrMaker}-->
-    <tr style="background:<!--{if $tpl_class_id != $arrMaker[cnt].maker_id}-->#ffffff<!--{else}--><!--{$smarty.const.SELECT_RGB}--><!--{/if}-->;">
-      <!--{assign var=maker_id value=$arrMaker[cnt].maker_id}-->
-      <td><!--{$arrMaker[cnt].name|escape}--></td>
-      <td class="center">
-        <!--{if $tpl_maker_id != $arrMaker[cnt].maker_id}-->
-        <a href="?" onclick="fnModeSubmit('pre_edit', 'maker_id', <!--{$arrMaker[cnt].maker_id}-->); return false;">編集</a>
-        <!--{else}-->
-        編集中
-        <!--{/if}-->
-      </td>
-      <td class="center">
-        <!--{if $arrClassCatCount[$class_id] > 0}-->
-        -
-        <!--{else}-->
-        <a href="?" onclick="fnModeSubmit('delete', 'maker_id', <!--{$arrMaker[cnt].maker_id}-->); return false;">削除</a>
-        <!--{/if}-->
-      </td>
-      <td class="center">
-        <!--{if $smarty.section.cnt.iteration != 1}-->
-        <a href="?" onclick="fnModeSubmit('up', 'maker_id', <!--{$arrMaker[cnt].maker_id}-->); return false;" />上へ</a>
-        <!--{/if}-->
-        <!--{if $smarty.section.cnt.iteration != $smarty.section.cnt.last}-->
-        <a href="?" onclick="fnModeSubmit('down', 'maker_id', <!--{$arrMaker[cnt].maker_id}-->); return false;" />下へ</a>
-        <!--{/if}-->
-      </td>
-    </tr>
-    <!--{/section}-->
-  </table>
-</div>
+        <table class="list">
+            <tr>
+                <th>メーカー</th>
+                <th>編集</th>
+                <th>削除</th>
+                <th>移動</th>
+            </tr>
+            <!--{section name=cnt loop=$arrMaker}-->
+            <tr style="background:<!--{if $tpl_class_id != $arrMaker[cnt].maker_id}-->#ffffff<!--{else}--><!--{$smarty.const.SELECT_RGB}--><!--{/if}-->;">
+                <!--{assign var=maker_id value=$arrMaker[cnt].maker_id}-->
+                <td><!--{$arrMaker[cnt].name|escape}--></td>
+                <td class="center">
+                    <!--{if $tpl_maker_id != $arrMaker[cnt].maker_id}-->
+                    <a href="?" onclick="fnModeSubmit('pre_edit', 'maker_id', <!--{$arrMaker[cnt].maker_id}-->); return false;">編集</a>
+                    <!--{else}-->
+                    編集中
+                    <!--{/if}-->
+                </td>
+                <td class="center">
+                    <!--{if $arrClassCatCount[$class_id] > 0}-->
+                    -
+                    <!--{else}-->
+                    <a href="?" onclick="fnModeSubmit('delete', 'maker_id', <!--{$arrMaker[cnt].maker_id}-->); return false;">削除</a>
+                    <!--{/if}-->
+                </td>
+                <td class="center">
+                    <!--{if $smarty.section.cnt.iteration != 1}-->
+                    <a href="?" onclick="fnModeSubmit('up', 'maker_id', <!--{$arrMaker[cnt].maker_id}-->); return false;" />上へ</a>
+                    <!--{/if}-->
+                    <!--{if $smarty.section.cnt.iteration != $smarty.section.cnt.last}-->
+                    <a href="?" onclick="fnModeSubmit('down', 'maker_id', <!--{$arrMaker[cnt].maker_id}-->); return false;" />下へ</a>
+                    <!--{/if}-->
+                </td>
+            </tr>
+            <!--{/section}-->
+        </table>
+    </div>
 </form>
