Changeset 2679 for package_branches


Ignore:
Timestamp:
Dec 20, 2009, 9:44:53 PM (14 years ago)
Author:
broder
Message:

Remove calls to helppopup from outside templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/cherrypy-rebased/code/main.py

    r2678 r2679  
    316316                has_vnc[m] = "WTF?"
    317317            else:
    318                 has_vnc[m] = "ParaVM"+helppopup("ParaVM Console")
     318                has_vnc[m] = "ParaVM"
    319319    max_memory = validation.maxMemory(username, state)
    320320    max_disk = validation.maxDisk(username)
     
    573573                      'DISK_INFO',
    574574                      ('state', 'state (xen format)'),
    575                       ('cpu_weight', 'CPU weight'+helppopup('CPU Weight')),
    576575                      ]
    577576    fields = []
     
    627626             max_mem=max_mem,
    628627             max_disk=max_disk,
    629              owner_help=helppopup("Owner"),
    630628             fields = fields)
    631629    return d
Note: See TracChangeset for help on using the changeset viewer.