removing smarty - part V

- added ObjectPage and ObjectsPage
- moved loot-related functions from Util to own class
- moved template-related functions from Util to GenericPage
- removed redundancies from user class
- enabled cache (may need some tweaking but it finally works as it should)
- some bugfixes
This commit is contained in:
Sarjuuk
2014-06-21 13:54:41 +02:00
parent 56934dbe51
commit 9c7c2e29b5
17 changed files with 1398 additions and 1259 deletions

View File

@@ -18386,16 +18386,16 @@ var Links = new function() {
fields:
[
{
id: 'wowheadurl',
type: 'text',
id: 'wowheadurl',
type: 'text',
label: 'Aowow URL',
size: 40
size: 40
},
{
id: 'markuptag',
type: 'text',
id: 'markuptag',
type: 'text',
label: 'Markup Tag',
size: 40
size: 40
}
],
@@ -18405,7 +18405,7 @@ var Links = new function() {
onShow: function(form) {
setTimeout(function() {
document.getElementsByName('ingamelink')[0].select();
$(form.ingamelink).select();
}, 50);
setTimeout(Lightbox.reveal, 100);
}