first version of new upload interface
This commit is contained in:
parent
8feed54bf9
commit
6c013ebc92
20 changed files with 966 additions and 102 deletions
12
static/js/editItemDialog.js
Normal file
12
static/js/editItemDialog.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
'use strict';
|
||||
|
||||
pandora.ui.editItemDialog = function() {
|
||||
var that = Ox.Dialog({
|
||||
closeButton: true,
|
||||
content: Ox.Element().html('HERE WILL BE DRAGONS').css({'text-align': 'center', 'margin-top': '16px'}),
|
||||
height: 72,
|
||||
title: Ox._('Edit {0}', [pandora.site.itemName.singular]),
|
||||
width: 544
|
||||
});
|
||||
return that;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue