Subversion-Projekte lars-tiefland.ci

Revision

Revision 942 | Revision 945 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 942 Revision 944
Zeile 100... Zeile 100...
100
                },
100
                },
101
                showText: false,
101
                showText: false,
102
                click:function()
102
                click:function()
103
                {
103
                {
104
                    $('#taskResult').dialog("close");
104
                    $('#taskResult').dialog("close");
-
 
105
                    document.location.reload())
105
                }
106
                }
106
            }]
107
            }]
107
        });
108
        });
108
        $('#taskForm').dialog({
109
        $('#taskForm').dialog({
109
            width:800,
110
            width:800,
Zeile 121... Zeile 122...
121
                {
122
                {
122
                    $('#taskResult').load("/backend/scheduler/save/",$('#scheduler_form').serializeArray(),function(){
123
                    $('#taskResult').load("/backend/scheduler/save/",$('#scheduler_form').serializeArray(),function(){
123
                        $('#taskResult').dialog("open");
124
                        $('#taskResult').dialog("open");
124
                    })
125
                    })
125
                    $('#taskForm').dialog("close");
126
                    $('#taskForm').dialog("close");
-
 
127
                    document.location.reload())
126
                }
128
                }
127
            },
129
            },
128
            {
130
            {
129
                text:"verwerfen",
131
                text:"verwerfen",
130
                icons: {
132
                icons: {