Changeset 918 for trunk


Ignore:
Timestamp:
05/02/18 17:51:49 (6 years ago)
Author:
Kris Deugau
Message:

/trunk

Continue adding a generalized block-notice system. See #17 and #23, sort of.

  • followup/acknowledgement/info page after completing an allocation
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r917 r918  
    898898  my $pinfo = getBlockData($ip_dbh, $webvar{parent});
    899899
     900  # retrieve any notices
     901  blocknotices($webvar{parent});
     902
    900903  # clean up a minor mess with guided allocation of static IPs
    901904  if ($webvar{alloctype} =~ /^.i$/) {
  • trunk/templates/insert.tmpl

    r839 r918  
     1<TMPL_IF blockmsg><br><div class="strongwarning blockcenter w70"><TMPL_VAR NAME=blockmsg></div><br></TMPL_IF>
     2
    13<TMPL_IF err>
    24<div class="err">
Note: See TracChangeset for help on using the changeset viewer.