Subversion Repositories oidplus

Rev

Rev 1055 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
829 daniel-mar 1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2
<manifest
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.2.1"
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.2.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_page.xsd">
6
 
1050 daniel-mar 7
        <type>ViaThinkSoft\OIDplus\OIDplusPagePluginPublic</type>
829 daniel-mar 8
 
9
        <info>
10
                <name>UITweaks</name>
11
                <author>tushev.org</author>
12
                <license>MIT</license>
1207 daniel-mar 13
                <version>1.1+viathinksoft20230323</version>
829 daniel-mar 14
                <descriptionHTML>
15
                <![CDATA[
16
                <a href="https://github.com/tushev/uitweaks-oidplus-plugin" target="_blank">UITweaks plugin for OIDplus 2.0</a>:
17
                <ul>
18
                <li>Fully expand Objects tree on page reload</li>
19
                <li>Collapse Login tree on page reload</li>
20
                <li>Collapse Documents &amp; Resources tree on page reload</li>
21
                <li>Change default tree pane width</li>
22
                <li>Remember tree pane width in <code>browser.localStorage</code> across page reloads</li>
838 daniel-mar 23
                <li>Prefer "Admin login" tab at login page</li>
829 daniel-mar 24
                </ul>
25
                ]]>
26
                </descriptionHTML>
27
                <oid>1.3.6.1.4.1.37476.9000.146.2.109.2000</oid>
28
        </info>
29
 
30
        <php>
1050 daniel-mar 31
                <mainclass>TushevOrg\OIDplus\OIDplusPagePublicUITweaks</mainclass>
829 daniel-mar 32
        </php>
33
 
34
        <css>
35
        </css>
36
 
37
        <js>
38
                <file>OIDplusPagePublicUITweaks.js</file>
39
        </js>
40
 
41
</manifest>