Changeset 23066 for branches/version-2_13-dev/html/install
- Timestamp:
- 2013/08/15 08:54:40 (13 years ago)
- Location:
- branches/version-2_13-dev/html/install/templates
- Files:
-
- 2 edited
-
agreement.tpl (modified) (1 diff)
-
step3.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/html/install/templates/agreement.tpl
r23062 r23066 93 93 <tr> 94 94 <td align="center"> 95 <a href="#" onmouseover="eccube.c ommon.chgImg('../img/install/back_on.jpg','back')" onmouseout="eccube.common.chgImg('../img/install/back.jpg','back')" onclick="document.form1['mode'].value='return_welcome';document.form1.submit();" /><img width="105" src="../img/install/back.jpg" height="24" alt="前へ戻る" border="0" name="back"></a>96 <a href="#" onclick="document.form1.submit();"><input type='image' onMouseover="eccube.c ommon.chgImgImageSubmit('../img/install/next_on.jpg',this)" onMouseout="eccube.common.chgImgImageSubmit('../img/install/next.jpg',this)" src="../img/install/next.jpg" width="105" height="24" alt="次へ進む" border="0" name="next" id="next"></a>95 <a href="#" onmouseover="eccube.chgImg('../img/install/back_on.jpg','back')" onmouseout="eccube.chgImg('../img/install/back.jpg','back')" onclick="document.form1['mode'].value='return_welcome';document.form1.submit();" /><img width="105" src="../img/install/back.jpg" height="24" alt="前へ戻る" border="0" name="back"></a> 96 <a href="#" onclick="document.form1.submit();"><input type='image' onMouseover="eccube.chgImgImageSubmit('../img/install/next_on.jpg',this)" onMouseout="eccube.chgImgImageSubmit('../img/install/next.jpg',this)" src="../img/install/next.jpg" width="105" height="24" alt="次へ進む" border="0" name="next" id="next"></a> 97 97 </td> 98 98 </tr> -
branches/version-2_13-dev/html/install/templates/step3.tpl
r23063 r23066 23 23 <!-- 24 24 // モードとキーを指定してSUBMITを行う。 25 function eccube. common.setModeAndSubmit(mode) {25 function eccube.setModeAndSubmit(mode) { 26 26 switch(mode) { 27 27 case 'drop': … … 68 68 <!--{if $arrErr.all != ""}--> 69 69 <ul class="btn-area"> 70 <li><a class="btn-normal" href="javascript:;" onclick="eccube. common.setModeAndSubmit('drop'); return false;">既存データを全て削除する</a></li>70 <li><a class="btn-normal" href="javascript:;" onclick="eccube.setModeAndSubmit('drop'); return false;">既存データを全て削除する</a></li> 71 71 </ul> 72 72 <!--{/if}-->
Note: See TracChangeset
for help on using the changeset viewer.
