Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/admin/system/bkup.tpl

    r22572 r22796  
    2323*}--> 
    2424 
    25 <script type="text/javascript"> 
     25<script> 
    2626    function fnRestore(list_name) { 
    2727        if (window.confirm('リストアしますか?')) { 
     
    101101        <div class="message"> 
    102102            <!--{if $tpl_restore_err == false}--> 
    103                 <div class="btn"><a class="btn-normal" href="javascript:;" name="restore_config" onclick="document.body.style.cursor = 'wait'; form1.mode.value='restore_config'; form1.list_name.value='<!--{$tpl_restore_name|h}-->'; submit(); return false;"><span>エラーを無視してリストアする</span></a></div> 
     103                <div class="btn"><a class="btn-normal" href="javascript:;" name="restore_config" onClick="document.body.style.cursor = 'wait'; form1.mode.value='restore_config'; form1.list_name.value='<!--{$tpl_restore_name|h}-->'; submit(); return false;"><span>エラーを無視してリストアする</span></a></div> 
    104104            <!--{/if}--> 
    105105            <!--{$tpl_restore_msg|h}--> 
Note: See TracChangeset for help on using the changeset viewer.