Skip to content

Commit

Permalink
Item1001: fixing some SCRIPTURL bugs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/TopicSpecificNavigationPlugin@2372 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
EugenMayer authored and EugenMayer committed Feb 5, 2009
1 parent 5ecf543 commit e4d12e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions data/System/TopicSpecificNavigationPlugin.txt
Expand Up @@ -13,7 +13,7 @@ You can separate content that way more easily, and the users always can look at
---++ Installation instructions
* just use the installer attached to the topic or even easier, use the configure-system/Extension to easy install it trough an user-interface
* Create a table for each web, where you want to use the Topic-Specific-Navigation
<form action="/bin/rest/DBConnectorPlugin/createdb?topic=%WEB%.%TOPIC%"" method="get">
<form action="%SCRIPTURL{rest}%/DBConnectorPlugin/createdb?topic=%WEB%.%TOPIC%"" method="get">
<input type="hidden" name="sourceWeb" value="%WEB%">
<input type="hidden" name="sourceTopic" value="TopicSpecificNavigationPluginTableCreation">
| Create table for: | <input type="text" name="targetWeb" value="%WEB%"> | <input type="submit" name="Create Table" value="Create Table"> |
Expand All @@ -30,8 +30,9 @@ __Note:__ You do not need to install anything on the browser to use this Plugin.
| Plugin Author: | Foswiki:Main.EugenMayer |
| Copyright: | &copy; 2009, Collaborganize [[www.collaborganize.com]] |
| License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
| Plugin Version: | 24 Jan 2009 (V0.5) |
| Plugin Version: | 05 Feb 2009 (V0.6) |
| Change History: | <!-- versions below in reverse order --> |
| 05 Fev 2009: | Template fix |
| 24 Jan 2009: | Pub-URL path fix |
| 11 Jan 2009: | Fixed IE PNG bugs, added forgetten pictures, manifest fix. |
| 02 Jan 2009: | Reworked template, new look. |
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/TopicSpecificNavigationPlugin.pm
Expand Up @@ -39,7 +39,7 @@ $VERSION = '$Rev: 12445$';
# This is a free-form string you can use to "name" your own plugin version.
# It is *not* used by the build automation tools, but is reported as part
# of the version number in PLUGINDESCRIPTIONS.
$RELEASE = '0.5';
$RELEASE = '0.6';

# Short description of this plugin
# One line description, is shown in the %FoswikiWEB%.TextFormattingRules topic:
Expand Down
2 changes: 1 addition & 1 deletion templates/topicspecificnavigationbox.topicspecificnav.tmpl
Expand Up @@ -3,4 +3,4 @@
<li class="listTop"><p>%MAKETEXT{Further Topics}%</p></li></ul>
<div class="topicSpecifciSubnavigationLinks"> %DISPLAYDBFIELD{ field="subnavigation" }%</div>
<ul>
<li class="listBottom">%EDITFIELDBUTTON{ type="subnavigation" field="subnavigation" format="<a class='editLink' href='%URL%' title='%MAKETEXT{Edit the topic specific navigation}%'></a>"}%</li></ul>%TMPL:END%
<li class="listBottom">%EDITFIELDBUTTON{ type="subnavigation" field="subnavigation" format="<a class='editLink' href='%URL%' title='%MAKETEXT{Edit the topic specific navigation}%'></a>"}%</li></ul></div>%TMPL:END%

0 comments on commit e4d12e7

Please sign in to comment.