mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-24 23:07:36 +08:00
WIP
This commit is contained in:
parent
8e134dcceb
commit
bbf29e71c9
7 changed files with 9 additions and 9 deletions
|
@ -265,7 +265,7 @@
|
|||
<div id="reconnect_overlay" class="overlay">
|
||||
<div class="overlay-content">
|
||||
<p style="color: white;">Connection to Backend Lost.</p>
|
||||
<button class="btn btn-primary" onclick="window.location.reload()">Reload</button>
|
||||
<button class="btn btn-info" onclick="window.location.reload()">Reload</button>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock page_body %}
|
||||
|
|
|
@ -201,7 +201,7 @@
|
|||
<input type="hidden" id="upload_title" name="title" value="" />
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="submit" id="upload_save_button" class="btn btn-primary">Save</button>
|
||||
<button type="submit" id="upload_save_button" class="btn btn-info">Save</button>
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
|
||||
</div>
|
||||
</form>
|
||||
|
@ -265,7 +265,7 @@
|
|||
<input type="hidden" id="edit_sonarrSeriesId" name="sonarrSeriesId" value="" />
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="submit" id="edit_save_button" class="btn btn-primary">Save</button>
|
||||
<button type="submit" id="edit_save_button" class="btn btn-info">Save</button>
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -210,7 +210,7 @@
|
|||
<input type="hidden" id="upload_title" name="title" value="" />
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="submit" id="upload_save_button" class="btn btn-primary">Save</button>
|
||||
<button type="submit" id="upload_save_button" class="btn btn-info">Save</button>
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
|
||||
</div>
|
||||
</form>
|
||||
|
@ -274,7 +274,7 @@
|
|||
<input type="hidden" id="edit_radarrId" name="radarrId" value="" />
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="submit" id="edit_save_button" class="btn btn-primary">Save</button>
|
||||
<button type="submit" id="edit_save_button" class="btn btn-info">Save</button>
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
<input type="hidden" id="edit_radarrId" name="radarrId" value="" />
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="submit" id="edit_save_button" class="btn btn-primary">Save</button>
|
||||
<button type="submit" id="edit_save_button" class="btn btn-info">Save</button>
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="form-check form-check-inline">
|
||||
<button type="submit" class="btn btn-primary" id="save_button">Save</button>
|
||||
<button type="submit" class="btn btn-info" id="save_button">Save</button>
|
||||
</div>
|
||||
</nav>
|
||||
{% endblock body %}
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
<input type="hidden" id="edit_sonarrSeriesId" name="sonarrSeriesId" value="" />
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="submit" id="edit_save_button" class="btn btn-primary">Save</button>
|
||||
<button type="submit" id="edit_save_button" class="btn btn-info">Save</button>
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="form-check form-check-inline">
|
||||
<button type="submit" class="btn btn-primary" id="save_button">Save</button>
|
||||
<button type="submit" class="btn btn-info" id="save_button">Save</button>
|
||||
</div>
|
||||
</nav>
|
||||
{% endblock body %}
|
||||
|
|
Loading…
Reference in a new issue