Ignore:
Timestamp:
10/26/11 18:10:09 (13 years ago)
Author:
Kris Deugau
Message:

/trunk

Tweak DNSDB::isParent slightly; treat all groups as being their own parent
Remove stale $offset fiddling in page -> bulkdomain
Add error-reporting TMPL_IF on record data page
Continued scope-checking changes:

  • rearrange group-changing check a little to allow propagating the error message without hardcoding it twice
  • handle the special case of group-change while on the default record list page
  • new sub, check_scope, to do the real checking
  • use new sub checking access to individual records (both record and parent domain/group)
  • check target for bulk domain move, as well as source domains in bulkchange
  • check AXFR target group
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/record.tmpl

    r100 r155  
    44
    55<td align="center" valign="top">
     6
     7<TMPL_IF perm_err>
     8<div class='errmsg'><TMPL_VAR NAME=perm_err></div>
     9<TMPL_ELSE>
    610
    711<form action="dns.cgi" method="post">
     
    6266
    6367</fieldset>
    64 </form>   
     68</form>   
     69 
     70</TMPL_IF>
    6571
    6672</td>
Note: See TracChangeset for help on using the changeset viewer.