Skip to content

Commit

Permalink
Item128: case sensitive search for topic parentage
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@595 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Nov 13, 2008
1 parent b98bcd9 commit f98d7f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/templates/oopsmore.tmpl
Expand Up @@ -48,7 +48,7 @@
<form name="main" action="%SCRIPTURLPATH{"save"}%/%WEB%/%TOPIC%?action_save=1">
<div class="twikiFormSteps">
<div class="twikiFormStep">
---++!! %MAKETEXT{"Current parent:"}% %IF{"'NONE%SEARCH{ "^%TOPIC%$" scope="topic" regex="on" nosearch="on" nototal="on" format="$parent" }%'='NONE'" then="(none)" else='%SEARCH{ "^%TOPIC%$" scope="topic" regex="on" nosearch="on" nototal="on" format="[[$web.$parent][$parent]]" }%' }%
---++!! %MAKETEXT{"Current parent:"}% %IF{"'NONE%SEARCH{ "^%TOPIC%$" casesensitive="on" scope="topic" regex="on" nosearch="on" nototal="on" format="$parent" }%'='NONE'" then="(none)" else='%SEARCH{ "^%TOPIC%$" scope="topic" regex="on" nosearch="on" nototal="on" format="[[$web.$parent][$parent]]" }%' }%
</div>
<div class="twikiFormStep">
---+++!! %MAKETEXT{"Select topic parent:"}%
Expand Down Expand Up @@ -123,4 +123,4 @@ table.twikiDiffOptions img {
%TMPL:P{"setparent"}%
%TMPL:P{"childtopics"}%
%TMPL:P{"backlinks"}%
%TMPL:END%
%TMPL:END%

0 comments on commit f98d7f5

Please sign in to comment.