Placement of download log button incorrect in 6.13+

master
Squidly271 2024-03-17 01:44:14 -04:00
parent 22511dc034
commit 863fb9c870
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
a8912282397fd6ae3351f631ddc2b678 ./Apps.page
2defe45163697e40c813a57ae9a50231 ./CA_notices.page
bce84c6e359376b627561214a730a504 ./ca_settings.page
ae3dbecc854f59d9b59509559c847e8f ./ca_settings.page
01ed7990078dee7cecfeda9a4e49377e ./default.cfg
13702d5c79c0beb39e126356430d9ed6 ./include/exec.php
66cebca33e8cf88b513c93939279de91 ./include/helpers.php

View File

@ -139,10 +139,9 @@ _(Enable developer mode)_:
> <?tr("This unlocks some extra features within CA generally only used by developers. Not recommended to enable")?>
<input id='debugging' type='button' onclick='debug();' value='DOWNLOAD LOG' style='display:none;'></input>
&nbsp;
: <input type="submit" name="#apply" value="<?tr("Apply");?>" id='Apply'><input type="button" id="DONE" value="<?tr("Done");?>" onclick="done()">
: <input id='debugging' type='button' onclick='debug();' value='DOWNLOAD LOG' style='display:none;'></input><input type="submit" name="#apply" value="<?tr("Apply");?>" id='Apply'><input type="button" id="DONE" value="<?tr("Done");?>" onclick="done()">
<center><a href="https://forums.unraid.net/topic/38582-plug-in-community-applications/" target="_blank"><?tr("Support Thread");?></a></center>