Ignore:
Timestamp:
10/12/12 15:48:06 (12 years ago)
Author:
Kris Deugau
Message:

/branches/htmlform

Finally dug up a least-nasty way to effectively get rid of the
useless <legend> tag (required in a <fieldset>, in turn required
in a <form>, if you want to be valid HTML 4.01 Strict).
See #3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/htmlform/templates/admin/main.tmpl

    r483 r513  
    33main interface if at all possible.</div>
    44<hr>
    5 <form action="admin.cgi" method="POST"><fieldset><legend></legend>
     5<form action="admin.cgi" method="POST"><fieldset><legend class="noshow">&nbsp;</legend>
    66
    77<input type="hidden" name="action" value="alloc">
     
    1616
    1717<hr>
    18 <form action="admin.cgi" method="POST"><fieldset><legend></legend>
     18<form action="admin.cgi" method="POST"><fieldset><legend class="noshow">&nbsp;</legend>
    1919<input type="hidden" name="action" value="alloctweak">
    2020Manually update allocation data in this /24: <input name="allocfrom">
     
    2525<div>
    2626rWHOIS tools:
    27 <form action="admin.cgi" method="POST"><fieldset><legend></legend>
     27<form action="admin.cgi" method="POST"><fieldset><legend class="noshow">&nbsp;</legend>
    2828<input type="hidden" name="action" value="touch">
    2929Bump "last updated" timestamp on this master:
Note: See TracChangeset for help on using the changeset viewer.