]> git.joonet.de Git - adminer.git/commitdiff
Replace deprecated <acronym> with <abbr>
authorPeter Knut <peter@pematon.com>
Fri, 6 Sep 2024 21:33:01 +0000 (23:33 +0200)
committerJakub Vrana <jakub@vrana.cz>
Wed, 19 Feb 2025 10:16:37 +0000 (11:16 +0100)
adminer/include/editing.inc.php
designs/mvt/adminer.css
designs/pappu687/adminer.css

index 5e12d44bc7d238ad5306767a08a31ff9c4f4b928..625d4ce1c712d260ebe45b9b79104646b1d5561a 100644 (file)
@@ -279,7 +279,7 @@ function edit_fields($fields, $collations, $type = "TABLE", $foreign_keys = arra
 <td><?php echo lang('Options'); /* no label required, options have their own label */ ?>
 <?php if ($type == "TABLE") { ?>
 <td id="label-null">NULL
-<td><input type="radio" name="auto_increment_col" value=""><acronym id="label-ai" title="<?php echo lang('Auto Increment'); ?>">AI</acronym><?php echo doc_link(array(
+<td><input type="radio" name="auto_increment_col" value=""><abbr id="label-ai" title="<?php echo lang('Auto Increment'); ?>">AI</abbr><?php echo doc_link(array(
        'sql' => "example-auto-increment.html",
        'mariadb' => "auto_increment/",
        'sqlite' => "autoinc.html",
index fa56ae946c1756a2e88c3d3fede53dbf24f4e6d9..d12f85c915c148c5f462700ae80f004688a38088 100644 (file)
@@ -374,7 +374,7 @@ thead td, thead th {
        padding: 7px 2px;
 }
 
-thead td acronym, thead td sup, thead th acronym, thead th sup {
+thead td abbr, thead td sup, thead th acronym, thead th sup {
        color: #cdf
 }
 
index cda2599481337aa4412e8f611adcc85d2e4720d1..69e0f483e33c1d2dbd0483dfce797c1c90ddbf64 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
-FLAT UI Flavored Adminer Theme by M. Mahbubur Rahman (mahbub@mahbubblog.com) \r
+FLAT UI Flavored Adminer Theme by M. Mahbubur Rahman (mahbub@mahbubblog.com)\r
 Screenshot : http://d.pr/i/cznH\r
-Based on work by : Lukáš Brandejs    \r
+Based on work by : Lukáš Brandejs\r
 https://raw.github.com/vrana/adminer/master/designs/ng9/adminer.css\r
 */\r
 \r
@@ -119,7 +119,7 @@ code a:hover{background:transparent}
 table{\r
        margin:10px 0px;\r
        border:1px solid #E6E6E6;\r
-       background-color:#FFFFFF;       \r
+       background-color:#FFFFFF;\r
 }\r
 \r
 tbody tr:hover td,tbody tr:hover th{\r
@@ -133,17 +133,17 @@ thead th, thead td {
        white-space:nowrap;\r
        border-right:1px solid #34495e;\r
        background:#34495e;\r
-       color:#FFFFFF;  \r
+       color:#FFFFFF;\r
        padding-right:10px;\r
 }\r
-thead th acronym, thead td acronym, thead th sup, thead td sup{\r
+thead th abbr, thead td acronym, thead th sup, thead td sup{\r
        color:#CCDDFF;\r
 }\r
 \r
 th,td{\r
        border:1px solid rgba(233,233,233,.3);\r
        padding:3px 6px;\r
-       vertical-align:top;     \r
+       vertical-align:top;\r
 }\r
 \r
 th a {\r
@@ -269,12 +269,12 @@ input[name=logout]:hover {
        background:#ea0202;\r
 }\r
 \r
-#logins a, #tables a { \r
+#logins a, #tables a {\r
        background:none;\r
 }\r
 \r
-#logins a:hover, #tables a:hover { \r
-       \r
+#logins a:hover, #tables a:hover {\r
+\r
 }\r
 \r
 #logout {\r
@@ -283,7 +283,7 @@ input[name=logout]:hover {
 }\r
 \r
 #logout:hover {\r
-       color:red;      \r
+       color:red;\r
 }\r
 \r
 .logout {\r
@@ -308,14 +308,14 @@ input[name=logout]:hover {
 \r
 \r
 input[type=submit] {\r
-       font-size:13px; \r
+       font-size:13px;\r
        font-weight:normal;\r
        -moz-border-radius:1px;\r
        -webkit-border-radius:1px;\r
        border-radius:1px;\r
        border:0px solid #469df5;\r
        padding:4px 12px;\r
-       text-decoration:none;   \r
+       text-decoration:none;\r
        background-color:#65ADC3;\r
        color:#ffffff;\r
        display:inline-block;\r
@@ -324,7 +324,7 @@ input[type=submit] {
        -moz-box-shadow:inset 0px 0px 0px 0px #cae3fc;\r
        box-shadow:inset 0px 0px 0px 0px #cae3fc;\r
 }\r
-input[type=submit]:hover {     \r
+input[type=submit]:hover {\r
        background-color:#34495e;\r
        text-shadow:0px 1px 0px #000;\r
 }\r