Changeset 595


Ignore:
Timestamp:
11/13/08 11:43:23 (3 years ago)
Author:
SvenDowideit
Message:

Item128: case sensitive search for topic parentage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/templates/oopsmore.tmpl

    r14 r595  
    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.