Subversion Repositories SmartDukaan

Rev

Rev 17403 | Rev 17413 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17403 Rev 17407
Line 176... Line 176...
176
            e.preventDefault();
176
            e.preventDefault();
177
    	}
177
    	}
178
    });*/
178
    });*/
179
    
179
    
180
    $('#productLabelLink').live('click', function() {
180
    $('#productLabelLink').live('click', function() {
181
		$("div#productLabelLinkDiv").show();
181
		$("div#productLabelDiv").show();
182
		$('#productLabelItemId').val('');
182
		$('#productLabelItemId').val('');
183
		$('#productLabelItemNo').val('');
183
		$('#productLabelItemNo').val('');
184
		$.colorbox({
184
		$.colorbox({
185
            inline : true,
185
            inline : true,
186
            width : "400px",
186
            width : "425px",
187
            height : "200px",
187
            height : "200px",
188
            href : "div#productLabelLinkDiv",
188
            href : "div#productLabelDiv",
189
            onClosed : function() {
189
            onClosed : function() {
190
                $("div#productLabelLinkDiv").hide();
190
                $("div#productLabelDiv").hide();
191
            }
191
            }
192
		});
192
		});
193
	});
193
	});
194
    
194
    
195
    $('#productLabelForm').live('submit', function() {
195
    $('#productLabelForm').live('submit', function() {