View | Details | Raw Unified | Return to bug 40992
Collapse All | Expand All

(-)a/management/univention-appcenter/umc/js/appcenter/PackagesPage.js (-1 / +1 lines)
 Lines 201-207   define([ Link Here 
201
					var data_style	= 'vertical-align:top;padding-bottom:.25em;';
201
					var data_style	= 'vertical-align:top;padding-bottom:.25em;';
202
202
203
					var txt = "<p style='" + entities.encode(head_style) + "'>" +
203
					var txt = "<p style='" + entities.encode(head_style) + "'>" +
204
						_("Details for package '%(package)s'", entities.encode(data.result)) +
204
						_("Details for package '%(package)s'", {package: entities.encode(data.result.package)}) +
205
						"</p>";
205
						"</p>";
206
					txt += '<table>\n';
206
					txt += '<table>\n';
207
					var width = 550;	// mimic the default of dialog.confirm
207
					var width = 550;	// mimic the default of dialog.confirm

Return to bug 40992