Ignore:
Timestamp:
09/27/11 13:41:43 (13 years ago)
Author:
Kris Deugau
Message:

/branches/htmlform

Clean up final reference to printError(), and remove all references
(commented or otherwise) to CommonWeb.pm. Remove the file itself. See #15.
Tweak block-update template for error handling. See #3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/htmlform/templates/update.tmpl

    r476 r505  
     1<TMPL_IF err>
     2<div class="regular err">
     3<p><TMPL_VAR NAME=err></p>
     4<input type="button" value="Back" onclick="history.go(-1)">
     5</div>
     6<TMPL_ELSE>
    17<div class="heading">Allocation info updated:</div>
    28
     
    6167<a href="/ip/cgi-bin/main.cgi?action=<TMPL_IF backpool>listpool&amp;pool=<TMPL_ELSE>showrouted&amp;block=</TMPL_IF><TMPL_VAR NAME=backblock>">Back to <TMPL_VAR NAME=backblock></a>
    6268</div>
     69</TMPL_IF>
Note: See TracChangeset for help on using the changeset viewer.