Changeset 594


Ignore:
Timestamp:
11/13/08 11:42:31 (3 years ago)
Author:
SvenDowideit
Message:

Item128: case sensitive search for topic parentage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/templates/oopsmore.tmpl

    r3 r594  
    4949<div class="twikiFormSteps"> 
    5050<div class="twikiFormStep"> 
    51 ---++!! %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]]" }%' }% 
     51---++!! %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]]" }%' }% 
    5252</div> 
    5353<div class="twikiFormStep"> 
Note: See TracChangeset for help on using the changeset viewer.