[Rt-commit] r4854 - in rtir/branches/1.9-EXPERIMENTAL:
html/Callbacks/RTIR/RTFM html/Callbacks/RTIR/RTFM/Elements
html/Callbacks/RTIR/RTFM/Elements/Tabs
ruz at bestpractical.com
ruz at bestpractical.com
Wed Mar 29 07:45:57 EST 2006
Author: ruz
Date: Wed Mar 29 07:45:56 2006
New Revision: 4854
Added:
rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/RTFM/
rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/RTFM/Elements/
rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/RTFM/Elements/Tabs/
rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/RTFM/Elements/Tabs/Default
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
Log:
r1067 at cubic-pc: cubic | 2006-03-29 16:52:07 +0400
* add RTIR tab to the RTFM's top tabs
Added: rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/RTFM/Elements/Tabs/Default
==============================================================================
--- (empty file)
+++ rtir/branches/1.9-EXPERIMENTAL/html/Callbacks/RTIR/RTFM/Elements/Tabs/Default Wed Mar 29 07:45:56 2006
@@ -0,0 +1,9 @@
+<%ARGS>
+$toptabs => {}
+</%ARGS>
+<%INIT>
+$toptabs->{'b'} = {
+ title => loc('RTIR'),
+ path => 'RTIR/index.html',
+};
+</%INIT>
More information about the Rt-commit
mailing list