Changeset 419


Ignore:
Timestamp:
Apr 16, 2008, 10:11:54 PM (16 years ago)
Author:
price
Message:

sipb-xen-dev@ -> sipb-xen@

Location:
trunk/packages/sipb-xen-www/code
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-www/code/controls.py

    r340 r419  
    128128        if not open_nics: #No IPs left!
    129129            raise CodeError("No IP addresses left!  "
    130                             "Contact sipb-xen-dev@mit.edu")
     130                            "Contact sipb-xen@mit.edu.")
    131131        nic = open_nics[0]
    132132        nic.machine_id = machine.machine_id
  • trunk/packages/sipb-xen-www/code/static/about.html

    r418 r419  
    2828
    2929<hr />
    30 Questions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>.
     30Questions? Contact <a href="mailto:sipb-xen@mit.edu">sipb-xen@mit.edu</a>.
    3131</body>
    3232</html>
  • trunk/packages/sipb-xen-www/code/templates/skeleton.tmpl

    r417 r419  
    6666#if not $varExists('simple') or not $simple
    6767<hr />
    68 Questions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>.
     68Questions? Contact <a href="mailto:sipb-xen@mit.edu">sipb-xen@mit.edu</a>.
    6969#end if
    7070</body>
Note: See TracChangeset for help on using the changeset viewer.