Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 875 Revision 878
Zeile 46... Zeile 46...
46
                "Abbrechen":function()
46
                "Abbrechen":function()
47
                {
47
                {
48
                    l_id=$('#lID').val();
48
                    l_id=$('#lID').val();
49
                    l_type=$('#lType').val();
49
                    l_type=$('#lType').val();
50
                    $('#bildverwaltung').load("/Online-Shop/bilder.php?l_id="+l_id+"&l_type="+l_type);
50
                    $('#bildverwaltung').load("/Online-Shop/bilder.php?l_id="+l_id+"&l_type="+l_type);
51
                    $(this).dialog("close");
51
                    $('#upload_dlg').dialog("close");
52
                }
52
                }
53
            }
53
            }
54
        });
54
        });
Zeile 55... Zeile 55...
55
        
55
        
Zeile 61... Zeile 61...
61
            buttons:{
61
            buttons:{
62
                "Ordner anlegen":function(){
62
                "Ordner anlegen":function(){
63
                    $.post("mkdir.php",$('#create_folder').serializeArray(),function(html){
63
                    $.post("mkdir.php",$('#create_folder').serializeArray(),function(html){
64
                        //alert(html);
64
                        //alert(html);
65
                    });
65
                    });
66
                    $(this).dialog("close");
66
                    $('#folder_dialog').dialog("close");
67
                },
67
                },
68
                "Abbruch": function(){
68
                "Abbruch": function(){
69
                    $(this).dialog("close");
69
                    $('#folder_dialog').dialog("close");
70
                }
70
                }
71
            }
71
            }
72
        })
72
        })
Zeile 73... Zeile 73...
73
        
73
        
Zeile 130... Zeile 130...
130
                icons: {
130
                icons: {
131
                    primary: "ui-icon-close"
131
                    primary: "ui-icon-close"
132
                },
132
                },
133
                showText: false,
133
                showText: false,
134
                click:function(){
134
                click:function(){
135
                    $(this).dialog("close");
135
                    $('#taskForm').dialog("close");
136
                }
136
                }
137
            }]
137
            }]
138
        })
138
        })
139
/*        $( "#taskForm" ).dialog({
139
/*        $( "#taskForm" ).dialog({
140
          buttons: [
140
          buttons: [