Subversion Repositories wimsdev

Rev

Rev 11451 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
12157 obado 1
!read lang/names.phtml.$modu_lang del
23 reyssat 2
 
12157 obado 3
<div class="wims_msg warning halfwidth">
4
  <span class="wims_warning">$wims_name_warning</span>.
5
  $name_delmodule_warning1
6
  !set wims_ref_class=wims_button
7
  !href cmd=reply&jobreq=backup $name_backup
8
  <p>$name_delmodule_warning2</p>
9
</div>
2322 bpr 10
 
11
 
5874 bpr 12
<div class="wimscenter">
12157 obado 13
  <p>
14
    $name_delmodule_confirm
15
    <span class="wims_mod_title">
16
      !module title devel/$auth_login/$mod
17
    </span>
18
    (<span class="tt wims_fname">$modreq</span>)?
19
  </p>
20
  !set wims_ref_class=wims_button wims_warning
21
  !href cmd=reply&jobreq=del&confirm=yes $wims_name_yes
22
  $ $
23
  !set wims_ref_class=wims_button
24
  !href cmd=reply&jobreq=flist $wims_name_no
5874 bpr 25
</div>