|
Last change
on this file since 256 was 238, checked in by Kris Deugau, 14 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
|
| Line | |
|---|
| 1 | <!-- <TMPL_VAR NAME=sid> -->
|
|---|
| 2 | <div id="badpage">
|
|---|
| 3 | <TMPL_IF badpage>
|
|---|
| 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.
|
|---|
| 9 | </TMPL_IF>
|
|---|
| 10 | <TMPL_IF badtemplate>
|
|---|
| 11 | Template error:
|
|---|
| 12 | <div class="warnmsg">
|
|---|
| 13 | <TMPL_VAR NAME=badtemplate>
|
|---|
| 14 | </div>
|
|---|
| 15 | </TMPL_IF>
|
|---|
| 16 | </div>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.