Displaying 1 result from an estimated 1 matches for "duplicatesdropbox".
2011 Apr 27
2
Omindex: what are the default numbered indexes?
...values 0-2 was exactly what was needed
allowing a perfectly functional solution but one that creates two
"&COLLAPSE="s in the URL; maybe the other should be an "&xCOLLAPSE="?
First the solution in case it helps someone:
root at CW8vDS:/var/lib/omega/templates# cat inc/duplicatesdropbox
<SELECT NAME=COLLAPSE>
$if{$eq{$cgi{COLLAPSE},},
<OPTION VALUE="" SELECTED>Yes
<OPTION VALUE=1>No
,
<OPTION VALUE="">Yes
<OPTION VALUE=1 SELECTED>No
}
</SELECT>
root at CW8vDS:/var/lib/omega/templates# diff -u docoll.org docoll
--- d...