[Comoblog-commit] comoblog/modules/mod_navchoice/install mod_navchoice.xml, NONE, 1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-10-22 11:44:08
|
Update of /cvsroot/comoblog/comoblog/modules/mod_navchoice/install In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_navchoice/install Added Files: mod_navchoice.xml Log Message: work in progress, ditching this server cos its borked ;( --- NEW FILE: mod_navchoice.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_navchoice</name> <description>Display a fixed block of text , principply for navigation though it dosnt have to be</description> <allowed_pos>sidebar</allowed_pos> <allowed_pos>top</allowed_pos> <param name="CFG_MOD_NAVCHOICE_PATH" description="Path to files for selected navigation. used in combination witht the module postition" type="text" accept_null="Y" encrypt="N" restricted_values="" editable="Y" value="" /> <param name="CFG_MOD_NAVCHOICE_BGCOLOR" description="" value="ffffff" editable="Y" type="color_picker" encrypt="N" restrict_values="" accept_null="N" /> <param name="CFG_MOD_NAVCHOICE_BORDER_STYLE" description="" value="none" editable="Y" type="select" encrypt="N" restrict_values="dotted|dashed|solid|double|groove|ridge|inset|outset|none" accept_null="N" /> <param name="CFG_MOD_NAVCHOICE_BORDER_COLOR" description="" value="ffffff" editable="Y" type="color_picker" encrypt="N" restrict_values="" accept_null="N" /> </module> |