From: Manni H. <man...@us...> - 2005-03-16 22:03:58
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4994/skins/default Modified Files: imap-watch-folders.thtml Log Message: UI: Don't provide a 'Remove' button for the first watched folder. Index: imap-watch-folders.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/imap-watch-folders.thtml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** imap-watch-folders.thtml 16 Mar 2005 21:49:46 -0000 1.6 --- imap-watch-folders.thtml 16 Mar 2005 22:03:48 -0000 1.7 *************** *** 24,28 **** --- 24,34 ---- </select> + + <TMPL_IF NAME="IMAP_ifnot_first_folder"> + <input type="submit" class="submit" name="remove_imap_watched_folder_<TMPL_VAR NAME="IMAP_loop_counter">" value="<TMPL_VAR NAME="Localize_Remove">" /> + + </TMPL_IF> + <br /> |