Skip to content

Commit

Permalink
Item547: jumping to a not existing topic and trying to jump again wit…
Browse files Browse the repository at this point in the history
…h the form on TopicDoesNotExist? , is not working because form is missing, fixede

git-svn-id: http://svn.foswiki.org/trunk@1526 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
EugenMayer authored and EugenMayer committed Dec 22, 2008
1 parent 34efbda commit f2c0bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/data/System/TopicDoesNotExistViewTemplate.txt
Expand Up @@ -15,7 +15,7 @@
%TMPL:P{"createform"}%
%TMPL:END%

%TMPL:DEF{"jumpForm"}%<form action="/bin/view/Main/Aeqre" name="jumpForm"><input type="text" class="foswikiInputField" name="topic" size="36" value="%BASETOPIC%" /> <input type="submit" class="foswikiSubmit" value="%MAKETEXT{"Jump"}%" /></form>%TMPL:END%
%TMPL:DEF{"jumpForm"}%<form action="/bin/view/Main" name="jumpForm"><input type="text" class="foswikiInputField" name="topic" size="36" value="%BASETOPIC%" /> <input type="submit" class="foswikiSubmit" value="%MAKETEXT{"Jump"}%" /></form>%TMPL:END%

%TMPL:DEF{"searchMoved"}%%SEARCH{ "moved.from='%BASEWEB%.%BASETOPIC%'" nosearch="on" nototal="on" type="query" format="<div class='foswikiNotification'>$percntMAKETEXT{\"A topic with this name did exist, but has been renamed or moved to [_1].\" args=\"[[$web.$topic]]\"}$percnt</div>" }%%TMPL:END%

Expand Down

0 comments on commit f2c0bb2

Please sign in to comment.