Roxen.git
/
server
/
config_interface
/
sites
/
add_module.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/config_interface/sites/add_module.pike:72:
return sprintf( "<use file='/template' />\n" "<tmpl title=' %s'%s>" "<topmenu base='/' selected='sites'/>\n" "<content><cv-split>" "<subtablist width='100%%'>" "<st-tabs></st-tabs>" "<st-page>" "<if not='1' variable='form.initial'>" "<gbutton href='add_module.pike?config=&form.config:http;" "&reload_module_list=yes' > %s </gbutton> "
-
"<gbutton href='site.html/&form.config;'> %s </gbutton>"
+
"<gbutton href='site.html/&form.config;
/
'> %s </gbutton>"
"<p>\n</if>%s\n</p>\n" "</st-page></subtablist></td></tr></table>" "</cv-split></content></tmpl>", LOCALE(258,"Add module"), noform?" noform='noform'":"", LOCALE(272,"Reload module list"), LOCALE(202,"Cancel"), content ); }