testing...

"Carl P. Corliss" <[email protected]> Mon, 24 Nov 2003 02:15:56 -0800
Newsgroups gmane.comp.cms.xaraya.patches
Message-ID <[email protected]>
This is just a test...

Disregard.

--
Carl P. Corliss
System Administrator / Developer
www.xaraya.com

Message should (hopefully) appear below:
diff -Nru a/comments/xartemplates/includes/option_bar.xd b/comments/xartemplates/includes/option_bar.xd
--- a/comments/xartemplates/includes/option_bar.xd	Fri Nov 21 03:32:16 2003
+++ b/comments/xartemplates/includes/option_bar.xd	Sun Nov 23 13:38:59 2003
@@ -212,7 +212,7 @@
                 </xar:if>
                 <input type="hidden" id="receipt-returnurl-encoded" name="receipt[returnurl][encoded]" value="#$receipt['returnurl']['encoded']#" />
                 <input type="hidden" id="receipt-returnurl-decoded" name="receipt[returnurl][decoded]" value="#$receipt['returnurl']['decoded']#" />
-                <input type="submit" value="Refresh" />
+                <input type="submit" value="#xarML('Refresh')#" />
             </div>
         </form>
     </div>
diff -Nru a/comments/xartemplates/user-displayall.xd b/comments/xartemplates/user-displayall.xd
--- a/comments/xartemplates/user-displayall.xd	Fri Nov 21 03:32:16 2003
+++ b/comments/xartemplates/user-displayall.xd	Sun Nov 23 13:38:59 2003
@@ -146,7 +146,7 @@
           </xar:if>
         </select> date
                   
-        <input type="submit" value="Refresh">
+        <input type="submit" value="#xarML('Refresh')#">
         <br />
       </form>
     </td>