1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 01:54:00 +02:00

Change inline style to class name

This commit is contained in:
Jakub Vrana
2018-10-27 21:20:56 +02:00
parent e4837a0564
commit 5b443a4e7d
12 changed files with 12 additions and 10 deletions

View File

@@ -38,7 +38,7 @@ $routine_languages = routine_languages();
<p><?php echo lang('Name'); ?>: <input name="name" value="<?php echo h($row["name"]); ?>" data-maxlength="64" autocapitalize="off">
<?php echo ($routine_languages ? lang('Language') . ": " . html_select("language", $routine_languages, $row["language"]) . "\n" : ""); ?>
<input type="submit" value="<?php echo lang('Save'); ?>">
<div style="overflow-x: auto;">
<div class="scrollable">
<table cellspacing="0" class="nowrap">
<?php
edit_fields($row["fields"], $collations, $routine);