[Rt-commit] r2774 - in rtfm/branches/2.1-TESTING: . html/RTFM/Article/Elements html/RTFM/Elements

jesse at bestpractical.com jesse at bestpractical.com
Mon Apr 18 01:53:46 EDT 2005


Author: jesse
Date: Mon Apr 18 01:53:46 2005
New Revision: 2774

Modified:
   rtfm/branches/2.1-TESTING/   (props changed)
   rtfm/branches/2.1-TESTING/html/RTFM/Article/Elements/EditCustomFields
   rtfm/branches/2.1-TESTING/html/RTFM/Elements/Tabs
Log:
 r13241 at hualien:  jesse | 2005-04-18 01:08:08 -0400
 * Support for Wikitext custom fields; removed old admin menu


Modified: rtfm/branches/2.1-TESTING/html/RTFM/Article/Elements/EditCustomFields
==============================================================================
--- rtfm/branches/2.1-TESTING/html/RTFM/Article/Elements/EditCustomFields	(original)
+++ rtfm/branches/2.1-TESTING/html/RTFM/Article/Elements/EditCustomFields	Mon Apr 18 01:53:46 2005
@@ -27,7 +27,9 @@
         Object => $ArticleObj, 
         CustomField => $CustomField, 
         NamePrefix => $NamePrefix,
-        Default => $CFContent->{$CustomField->Id}
+        Default => $CFContent->{$CustomField->Id},
+        Rows => 15,
+        Cols => 70
         &></td>
   </tr>
 % }

Modified: rtfm/branches/2.1-TESTING/html/RTFM/Elements/Tabs
==============================================================================
--- rtfm/branches/2.1-TESTING/html/RTFM/Elements/Tabs	(original)
+++ rtfm/branches/2.1-TESTING/html/RTFM/Elements/Tabs	Mon Apr 18 01:53:46 2005
@@ -45,8 +45,6 @@
                                     path => 'RTFM/Article/Search.html' },
                     'atopics' => { title => loc('Topics'),
                                    path => 'RTFM/Topics.html'},
-                    'd' => { title => loc('Configuration'),
-                             path  => 'Admin/RTFM/index.html' } 
                   };
 
 my $topactions = {


More information about the Rt-commit mailing list