Here's what I come up with after a quick check for the differences between
the templates in 2.22 and 2.23:

templates/reg_system
--------------------

1) bulk_order.html, order.html  add the following:

    <TR>
        <TD ALIGN=right bgcolor="#e0e0e0"><B>Auto renew:</B></TD>
        <TD><INPUT NAME="auto_renew" TYPE="radio" value="1"> Yes
            <INPUT NAME="auto_renew" TYPE="radio" value="0" CHECKED> No
</TD>
    </TR>

2) verify.html adds these lines:

    <tr>
    <td align=right><b>Auto-renew:</b></td>
    <td>{{auto_renew}}</td>
    </tr>

templates/manage
----------------

1) New templates:

    base2.html
    base_autoren.html
    waiting_history.html
    view_expire_domains.html
    modify_contact_ca.html
    modify_ca_org_contact.html
    manage_rview_btns.html
    expire_domains_result.html



2) base.html
    
    a) adds {{AUTORENDATA}}

    b) Waiting Request: {{WAITING_REQUEST}}

        becomes: 
        
    <a href="{{CGI}}?action=view_waiting_history">Waiting Request</a>:
{{WAITING_REQUEST}}


3) main_menu.html adds:

    {{expiry_notice}}

Anyone find anything else?

-- 
John Keegan
[EMAIL PROTECTED]
http://RackShare.com


Reply via email to