CVS: tmda-cgi/display/themes/Blue/template editlist.ht,1.4,1.5 editlist.html,1.14,1.15

Gre7g Luterman <[email protected]>
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Update of /cvsroot/tmda/tmda-cgi/display/themes/Blue/template
In directory sc8-pr-cvs1:/tmp/cvs-serv19505/display/themes/Blue/template

Modified Files:
	editlist.ht editlist.html 
Log Message:
Change sort to be case insensative and added a domain sort feature.


Index: editlist.ht
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/editlist.ht,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- editlist.ht	22 May 2003 15:58:23 -0000	1.4
+++ editlist.ht	31 May 2003 18:11:10 -0000	1.5
@@ -4,15 +4,18 @@
 <table align="center">
   <form method="post" action="%(Script)s">
     <tr align="center" valign="top">
-      <td height="30" colspan="2"><b>%(FilePath)s:</b></td>
+      <td height="30" colspan="3"><b>%(FilePath)s:</b></td>
     </tr>
     <tr>
-      <td colspan="2" align="center"><textarea name="list" cols="55"
+      <td colspan="3" align="center"><textarea name="list" cols="55"
         rows="15">%(FileContents)s</textarea></td>
     </tr>
     <tr align="center">
       <td height="30" valign="bottom">
-        <a href="%(Script)s?cmd=editlist%(ListNum)d&subcmd=sort&SID=%(SID)s">Sort</a>
+        <a href="%(Script)s?cmd=editlist%(ListNum)d&subcmd=sort&SID=%(SID)s">User Sort</a>
+      </td>
+      <td height="30" valign="bottom">
+        <a href="%(Script)s?cmd=editlist%(ListNum)d&subcmd=domsort&SID=%(SID)s">Domain Sort</a>
       </td>
       <td valign="bottom">
         <input type="submit" value="Save">

Index: editlist.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/display/themes/Blue/template/editlist.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- editlist.html	22 May 2003 15:58:23 -0000	1.14
+++ editlist.html	31 May 2003 18:11:10 -0000	1.15
@@ -2,7 +2,7 @@
 <?xml-stylesheet href="%(ThemeDir)s/styles.css" type="text/css"?>
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Thu May 22 10:27:28 2003 -->
+<!-- Sat May 31 13:08:03 2003 -->
 <!-- USING HT2HTML 2.1 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -77,15 +77,18 @@
 <table align="center">
   <form method="post" action="%(Script)s">
     <tr align="center" valign="top">
-      <td height="30" colspan="2"><b>%(FilePath)s:</b></td>
+      <td height="30" colspan="3"><b>%(FilePath)s:</b></td>
     </tr>
     <tr>
-      <td colspan="2" align="center"><textarea name="list" cols="55"
+      <td colspan="3" align="center"><textarea name="list" cols="55"
         rows="15">%(FileContents)s</textarea></td>
     </tr>
     <tr align="center">
       <td height="30" valign="bottom">
-        <a href="%(Script)s?cmd=editlist%(ListNum)d&subcmd=sort&SID=%(SID)s">Sort</a>
+        <a href="%(Script)s?cmd=editlist%(ListNum)d&subcmd=sort&SID=%(SID)s">User Sort</a>
+      </td>
+      <td height="30" valign="bottom">
+        <a href="%(Script)s?cmd=editlist%(ListNum)d&subcmd=domsort&SID=%(SID)s">Domain Sort</a>
       </td>
       <td valign="bottom">
         <input type="submit" value="Save">

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.