http://bugzilla.novell.com/show_bug.cgi?id=552411 http://bugzilla.novell.com/show_bug.cgi?id=552411#c6 Jakub Friedl <jfriedl@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jfriedl@novell.com |jsrain@novell.com --- Comment #6 from Jakub Friedl <jfriedl@novell.com> 2009-12-01 11:58:00 UTC --- it is in svn but not in the latest build packages <sect1> <title>Custom Link in the Control Panel</title> <para> You can create an icon linking to an arbitrary site (such as your own web interface) in the &wy; control panel Configuration area. </para> <para> To create such a link, create a file named <filename>shortcuts.yml</filename> in the top directory of any &wy; plugin or &wyclient; root directory. The <filename>shortcuts.yml</filename> should have the following structure: </para> <screen> main: icon: '<replaceable>/icons/custom-icon.png</replaceable>' <co id="co.webyast.vendor.link.icon"/> url: <replaceable>http://example.com</replaceable> <co id="co.webyast.vendor.link.url"/> groups: [ <replaceable>System</replaceable> ] <co id="co.webyast.vendor.link.groups"/> title: <replaceable>Title</replaceable> <co id="co.webyast.vendor.link.title"/> </screen> <calloutlist> <callout arearefs="co.webyast.vendor.link.icon"> <para> The path to an icon file in a public directory. First, the module public directory (<filename>/srv/www/yast/vendor/plugins/<replaceable>MODULE</replaceable>/public/</filename>) is used. If the icon is not found there, the common &wy; <filename>&wypublic;</filename> directory is used. </para> </callout> <callout arearefs="co.webyast.vendor.link.url"> <para> The URL of the link. </para> </callout> <callout arearefs="co.webyast.vendor.link.groups"> <para> The module group the link should belong to. </para> </callout> <callout arearefs="co.webyast.vendor.link.title"> <para> The title displayed under the icon. </para> </callout> </calloutlist> </sect1> chapter 5.6 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.