Update of /cvsroot/btplusplus/BT++/src/WebTemplates
In directory sc8-pr-cvs1:/tmp/cvs-serv21902/src/WebTemplates
Modified Files:
torrent.tmpl
Log Message:
Disabled 'Pause' if hashing or allocating (leads to crash atm)
Index: torrent.tmpl
===================================================================
RCS file: /cvsroot/btplusplus/BT++/src/WebTemplates/torrent.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** torrent.tmpl 16 Mar 2003 01:17:58 -0000 1.3
--- torrent.tmpl 16 Mar 2003 01:45:19 -0000 1.4
***************
*** 27,31 ****
<tr bgcolor=#BFD8BC>
</TMPL_IF>
! <td><button type=submit name=command value=<TMPL_VAR Command>><TMPL_VAR Command></button></td>
<td>
<table>
--- 27,31 ----
<tr bgcolor=#BFD8BC>
</TMPL_IF>
! <td><button type=submit name=command <TMPL_IF Hashing>disabled</TMPL_IF><TMPL_IF Allocating>disabled</TMPL_IF> value=<TMPL_VAR Command>><TMPL_VAR Command></button></td>
<td>
<table>
|