Commit d92b4ad2 authored by Jérome Perrin's avatar Jérome Perrin

administration,forge: set response portal type in utility scripts

parent 794fb635
container.REQUEST.RESPONSE.setHeader('content-type', 'text/html')
print '<html><head><meta http-equiv="refresh" content="%s"></head><body>' % refresh_interval print '<html><head><meta http-equiv="refresh" content="%s"></head><body>' % refresh_interval
for table in 'message', 'message_queue': for table in 'message', 'message_queue':
......
"""List all skins that are present in more than one skin folder, ordered by """List all skins that are present in more than one skin folder, ordered by
priority. priority.
""" """
container.REQUEST.RESPONSE.setHeader('content-type', 'text/html')
# make sure context is the skins tool # make sure context is the skins tool
stool = context.portal_skins stool = context.portal_skins
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment