Update of /cvsroot/easymod/easymod2/mods/easymod/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10578/mods/easymod/templates
Modified Files:
install_info.tpl
Log Message:
Added some changes by -=ET=-
Fixed a bug or two
Index: install_info.tpl
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/templates/install_info.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** install_info.tpl 24 Apr 2005 14:59:53 -0000 1.1
--- install_info.tpl 20 Jun 2005 22:15:43 -0000 1.2
***************
*** 6,12 ****
<td class="gen" nowrap="nowrap">{{EM_Select_Language}}</td>
<td class="gen"> :: </td>
! <td class="gen" width="100%"><select name="language">
! {{LANG_OPTIONS}}
! </select> <input type="submit" value="{{GO}}" class="liteoption" /><td>
</tr>
<tr>
--- 6,10 ----
<td class="gen" nowrap="nowrap">{{EM_Select_Language}}</td>
<td class="gen"> :: </td>
! <td class="gen" width="100%">{{LANG_OPTIONS}} <input type="submit" value="{{GO}}" class="liteoption" /><td>
</tr>
<tr>
|