Commit c9e5c47b by Brian Talbot

removed progress bar UI from export UI

parent ed3f3b02
...@@ -32,12 +32,6 @@ ...@@ -32,12 +32,6 @@
<p class="error-block"></p> <p class="error-block"></p>
<a href="#" class="button-export">Download Files</a> <a href="#" class="button-export">Download Files</a>
<!-- if needed to show progress on long export times (similar to import) -->
<div class="progress-bar">
<div class="progress-fill"></div>
<div class="percent">0%</div>
</div>
</form> </form>
</div> </div>
...@@ -49,13 +43,7 @@ ...@@ -49,13 +43,7 @@
<p class="error-block"></p> <p class="error-block"></p>
<a href="#" class="button-export disabled">Files Downloading</a> <a href="#" class="button-export disabled">Files Downloading</a>
<p class="message-status">Download not start? <a href="#" class="text-export">Try again</a></p> <p class="message-status">Download not start? <a href="#" class="text-export">Try again</a></p>
<!-- if needed to show progress on long export times (similar to import) -->
<div class="progress-bar is-shown">
<div class="progress-fill"></div>
<div class="percent">0%</div>
</div>
</form> </form>
</div> </div>
</article> </article>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment