Update device_keys.php
This commit is contained in:
parent
9ddfd8e9c5
commit
704ca4634e
|
|
@ -430,7 +430,6 @@
|
||||||
echo "<div class='hud_box'>";
|
echo "<div class='hud_box'>";
|
||||||
|
|
||||||
echo "<div class='hud_content' style='display: block;'>\n";
|
echo "<div class='hud_content' style='display: block;'>\n";
|
||||||
|
|
||||||
echo " <div class='action_bar sub'>\n";
|
echo " <div class='action_bar sub'>\n";
|
||||||
echo " <div class='heading' style='padding-left: 5px;'><b>".$text['title-device_keys']."</b></div>\n";
|
echo " <div class='heading' style='padding-left: 5px;'><b>".$text['title-device_keys']."</b></div>\n";
|
||||||
echo " <div class='actions' style='padding-top: 2px;'>\n";
|
echo " <div class='actions' style='padding-top: 2px;'>\n";
|
||||||
|
|
@ -628,7 +627,6 @@
|
||||||
echo " </table>\n";
|
echo " </table>\n";
|
||||||
echo " <input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n";
|
echo " <input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n";
|
||||||
echo " </form>\n";
|
echo " </form>\n";
|
||||||
|
|
||||||
echo "</div>\n";
|
echo "</div>\n";
|
||||||
|
|
||||||
echo "</div>\n";
|
echo "</div>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue