diff options
| author | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-20 23:57:17 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-20 23:57:17 +0200 |
| commit | ca69b6502b5d4a3082d6deb1477f46614c866cba (patch) | |
| tree | 437bea4a6b6e62495b67b0ab6266d1f53df3148a /themes/greydragon/views/page.html.php | |
| parent | 18a1d682ff18ee69d5c252b013a6a6935cd9b5fe (diff) | |
In progress display added to upload
Diffstat (limited to '')
| -rw-r--r-- | themes/greydragon/views/page.html.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/greydragon/views/page.html.php b/themes/greydragon/views/page.html.php index a8949cb..01e4601 100644 --- a/themes/greydragon/views/page.html.php +++ b/themes/greydragon/views/page.html.php @@ -78,6 +78,7 @@ <?= $theme->script("jquery.json.min.js"); ?>
<?= $theme->script("jquery.form.custom.js"); ?>
<?= $theme->script("jquery-ui.min.js"); ?>
+<?= $theme->script("waitMe.min.js"); ?>
<?= $theme->script("gallery.common.js") ?>
<? /* MSG_CANCEL is required by gallery.dialog.js */ ?>
@@ -112,6 +113,7 @@ <? endif; ?>
</style>
<? endif; ?>
+<?= $theme->css("waitMe.min.css");?>
</head>
<? if ($theme->item()):
$item = $theme->item();
@@ -122,7 +124,7 @@ <body>
<? endif; ?>
<? if ($theme->page_subtype != "login"): ?>
-<body <?= $theme->body_attributes() ?><?= ($theme->show_root_page)? ' id="g-rootpage"' : null; ?> <?= $theme->get_bodyclass(); ?>>
+<body <?= $theme->body_attributes() ?><?= ($theme->show_root_page)? ' id="g-rootpage"' : ' id="complete-page"'; ?> <?= $theme->get_bodyclass(); ?>>
<?= $theme->page_top() ?>
<?= $theme->site_status() ?>
<? if (((!$user->guest) or ($theme->show_guest_menu)) and ($theme->mainmenu_position == "bar")): ?>
|
