mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 17:29:18 -04:00
Switch from using SimpleUploader to using swfUpload as our flash based
uploader. This is modeled on http://codex.gallery2.org/Gallery3:Upload_UX but is not yet complete. Notes: * Changed #gProgressBar to .gProgressBar to support multiple progress bars on the same page * Added a bunch of CSS to the "needs a home" section in themes/default/css/screen.css
This commit is contained in:
@@ -19,5 +19,5 @@
|
||||
<?= form::submit(array("id" => "gServerAddButton", "name" => "add", "disabled" => true, "class" => "submit"), t("Add")) ?>
|
||||
</span>
|
||||
<?= form::close() ?>
|
||||
<div id="gProgressBar" style="visibility: hidden" ></div>
|
||||
<div class="gProgressBar" style="visibility: hidden" ></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user