Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 1264 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1264 Revision 1279
Zeile 1... Zeile 1...
1
{extends file="admin/index.tpl"}
1
{extends file="admin/index.tpl"}
2
{block name="maincontent"}
2
{block name="maincontent"}
3
    <script type="text/javascript">
3
    <script type="text/javascript">
4
        $(function () {
4
        $(function () {
5
            $('button,input:submit,input:button,input:reset,#getnewPWD,#shownewPWD ').button();
5
            $('button,input:submit,input:button,input:reset,#getnewPWD,#shownewPWD ').button();
6
            $('.locked').button({
6
            $('.locked').uibutton({
7
                "icons": {
7
                "icons": {
8
                    "primary": "ui-icon-locked"
8
                    "primary": "ui-icon-locked"
9
                }
9
                }
10
            }).click(deactivate2fa);
10
            }).click(deactivate2fa);
11
            $('.unlocked').button({
11
            $('.unlocked').uibutton({
12
                "icons": {
12
                "icons": {
13
                    "primary": "ui-icon-unlocked"
13
                    "primary": "ui-icon-unlocked"
14
                }
14
                }
15
            });
15
            });