From f7ee1b6414ec35c8eab4f4e1082c47aab4a1398b Mon Sep 17 00:00:00 2001 From: KoenMartens Date: Sat, 8 Nov 2008 14:34:13 +0000 Subject: [PATCH] Item110: replace occurences of TWIKIWEB with SYSTEMWEB git-svn-id: http://svn.foswiki.org/trunk/EditTablerowPlugin@464 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- data/TWiki/EditTablerowPlugin.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/TWiki/EditTablerowPlugin.txt b/data/TWiki/EditTablerowPlugin.txt index 7a90fa6..d6bd749 100644 --- a/data/TWiki/EditTablerowPlugin.txt +++ b/data/TWiki/EditTablerowPlugin.txt @@ -28,8 +28,8 @@ Add a =%EDITTABLEROW{...}%= variable just before an existing table to make | =changerows= | Rows can be added and removed if ="on"=; rows can be added but not removed if ="add"=. | =CHANGEROWS= Plugin setting | | =helptopic= | Topic name containing help text shown below the table when editing a table. The %STARTINCLUDE% and %STOPINCLUDE% variables can be used in the topic to specify what is shown. | (no help text) | | =headerislabel= | Table header cells are read-only (labels) if ="on"=; header cells can be edited if ="off"= or "0" | ="on"= | -| =editbutton= | Set edit button text, e.g. ="Edit this table"=; set button image with alt text, e.g. ="Edit table, %PUBURL%/%TWIKIWEB%/TWikiDocGraphics/edittopic.gif"= | =EDITBUTTON= Plugin setting | -| =editlink= | Set appearance of the per-row link, e.g. ="Edit"=; set button image with alt text, e.g. ="Edit table, %PUBURL%/%TWIKIWEB%/TWikiDocGraphics/edittopic.gif"= | =EDITLINK= Plugin setting | +| =editbutton= | Set edit button text, e.g. ="Edit this table"=; set button image with alt text, e.g. ="Edit table, %PUBURL%/%SYSTEMWEB%/TWikiDocGraphics/edittopic.gif"= | =EDITBUTTON= Plugin setting | +| =editlink= | Set appearance of the per-row link, e.g. ="Edit"=; set button image with alt text, e.g. ="Edit table, %PUBURL%/%SYSTEMWEB%/TWikiDocGraphics/edittopic.gif"= | =EDITLINK= Plugin setting | | =show= | When editing a row of a table, or adding to a table, display that table during edit. | ="off"= | | =headeronempty= | Show the table headers when starting a table by placing the =%EDITTABLEROW{...}%= variable freely. | ="off"= | @@ -88,7 +88,7 @@ If you click on one of the links in the first column, say for the second row, yo Plugin settings are stored as preferences variables. To reference a plugin setting write ==%<plugin>_<setting>%==, for example, ==%EDITTABLEPLUGIN_SHORTDESCRIPTION%== - * One line description, shown in the %TWIKIWEB%.TextFormattingRules topic: + * One line description, shown in the %SYSTEMWEB%.TextFormattingRules topic: * Set SHORTDESCRIPTION = Edit TWiki tables rows using a form * Set DEBUG to 1 to get debug messages in =data/debug.txt=. Default: =0= @@ -150,12 +150,12 @@ __Note:__ You do not need to install anything on the browser to use this Plugin. | Other Dependencies: | JSCalendarContrib | | Perl Version: | 5.0 | | License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | -| TWiki:Plugins/Benchmark: | %TWIKIWEB%.GoodStyle nn%, %TWIKIWEB%.FormattedSearch nn%, %TOPIC% nn% | +| TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | | Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC% | | Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev | | Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal | -__Related Topics:__ %TWIKIWEB%.EditTablePlugin +__Related Topics:__ %SYSTEMWEB%.EditTablePlugin -- TWiki:Main/ThomasWeigert - 20 Sep 2006