[dev] [kronolith-patch] default export option

Francois Marier francois at nit.ca
Thu Jul 29 12:41:24 PDT 2004


Here's a quick fix to make "all events" the default option on the
Kronolith export page.

Francois
-------------- next part --------------
diff -rpuN -X ../ignorelist ../build/kronolith/templates/data/export.inc kronolith/templates/data/export.inc
--- ../build/kronolith/templates/data/export.inc	Wed Jul 14 21:14:23 2004
+++ kronolith/templates/data/export.inc	Wed Jul 14 21:15:10 2004
@@ -20,7 +20,7 @@
     <?php echo _("Limit the time span to export:") ?><br />
     <table>
     <tr>
-      <td><input type="radio" name="all_events" id="all" value="1" /></td>
+      <td><input type="radio" name="all_events" id="all" value="1" checked/></td>
       <td colspan="2"><?php echo Horde::label('all', _("All events")) ?></td>
     </tr>
     <tr>


More information about the dev mailing list