Last change
on this file since 411 was 238, checked in by Kris Deugau, 13 years ago |
/trunk
Clean up some little annoyances:
- set reverse zone default sort field in the session same as
for domains, users, etc
- handle regular-page template failures more gracefully by showing
the parse error if the template exists, and fall back to the
previous informationless "Bad page! no cookie!" if the template
doesn't exist.
|
File size:
315 bytes
|
Rev | Line | |
---|
[173] | 1 | <!-- <TMPL_VAR NAME=sid> -->
|
---|
| 2 | <div id="badpage">
|
---|
[238] | 3 | <TMPL_IF badpage>
|
---|
[173] | 4 | Bad page requested:
|
---|
| 5 | <div class="errmsg">
|
---|
| 6 | <TMPL_VAR NAME=badpage>
|
---|
| 7 | </div>
|
---|
| 8 | Press the 'Back' button on your browser to continue.
|
---|
[238] | 9 | </TMPL_IF>
|
---|
| 10 | <TMPL_IF badtemplate>
|
---|
| 11 | Template error:
|
---|
| 12 | <div class="warnmsg">
|
---|
| 13 | <TMPL_VAR NAME=badtemplate>
|
---|
[173] | 14 | </div>
|
---|
[238] | 15 | </TMPL_IF>
|
---|
| 16 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.