[Rt-commit] rt branch, 4.2/update-portlet-docs, created. rt-4.2.13-145-g2341f17
Jim Brandt
jbrandt at bestpractical.com
Fri Jun 2 16:11:53 EDT 2017
The branch, 4.2/update-portlet-docs has been created
at 2341f174f6700302d46933c03bb5128e10941d31 (commit)
- Log -----------------------------------------------------------------
commit 2341f174f6700302d46933c03bb5128e10941d31
Author: Matt Zagrabelny <mzagrabe at d.umn.edu>
Date: Wed Oct 12 19:38:36 2016 -0500
documentation typo - html files are in share/html
diff --git a/docs/writing_portlets.pod b/docs/writing_portlets.pod
index 0530fd8..5fae407 100644
--- a/docs/writing_portlets.pod
+++ b/docs/writing_portlets.pod
@@ -38,7 +38,7 @@ They can also appear on the Self-Service interface, but have to be
hard-coded, because Self-Service users don't have the same preferences
available to them. You will have to create your element in
C</opt/rt4/local/html/SelfService/Elements>, then exend the SelfService
-interface to call it. Copy C</opt/rt4/html/SelfService/index.html> to
+interface to call it. Copy C</opt/rt4/share/html/SelfService/index.html> to
C</opt/rt4/local/html/SelfService/index.html>, then edit it to add:
<& /SelfService/Elements/MyPortlet &>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list