Ignore:
Timestamp:
08/24/15 18:10:42 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Fixes for "Allocation complete" screen:

  • Refine and tune order and source of information for breadcrumbs correctness on guided allocation of a static IP
  • Remove a little stale code lingering from "rdepth"
  • Tweak template parameters and CSS/layout for error reporting
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/insert.tmpl

    r633 r766  
    11<TMPL_IF err>
    22<div class="err">
    3 <p><TMPL_VAR NAME=err></p>
     3<div class="heading"><TMPL_VAR NAME=err></div>
     4<p><TMPL_VAR NAME=errmsg></p>
    45<input type="button" value="Back" onclick="history.go(-1)">
    56</div>
     
    1213</TMPL_IF>
    1314</div>
    14 <div class="center">IPs in <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&amp;pool=<TMPL_VAR
    15 NAME=parent>"><TMPL_VAR NAME=pool></a></div>
     15<div class="center">IPs in <a href="<TMPL_VAR NAME=webpath>/cgi-bin/main.cgi?action=listpool&amp;pool=<TMPL_VAR NAME=parentid>"><TMPL_VAR NAME=parentblock></a></div>
    1616<TMPL_ELSE>
    1717<div class="center">
Note: See TracChangeset for help on using the changeset viewer.