Mailinglist Archive: opensuse-bugs (6238 mails)

< Previous Next >
[Bug 552411] [WebYaST] No link to a vendor's own Web UI
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Tue, 1 Dec 2009 11:58:03 +0000
  • Message-id: <20091201115803.DB3E0CC7CE@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=552411

http://bugzilla.novell.com/show_bug.cgi?id=552411#c6


Jakub Friedl <jfriedl@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jfriedl@xxxxxxxxxx |jsrain@xxxxxxxxxx

--- Comment #6 from Jakub Friedl <jfriedl@xxxxxxxxxx> 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.

< Previous Next >