Can TMPL_IF be update to use an IF condition?
Brought to you by:
samtregar
Right now the TMPL_IF tag functions off a true or
false premise. Can you update the IF tag to include a
condition so that we can compare it to a value? The
following examples are just how I envisioned it
working.
<TMPL_IF NAME="PARAMETER_NAME" COND=”EQUAL”
VALUE="value">
<TMPL_IF NAME="PARAMETER_NAME" COND=”NOTEQUAL”
VALUE="value">
<TMPL_IF NAME="PARAMETER_NAME" COND=”GREATER”
VALUE="value">
<TMPL_IF NAME="PARAMETER_NAME" COND="LESS”
VALUE="value">