mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Check: Add doc link
This commit is contained in:
@@ -25,8 +25,10 @@ if (!$row) {
|
|||||||
|
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
<p><?php echo lang('Name'); ?>: <input name="name" value="<?php echo h($row["name"]); ?>" data-maxlength="64" autocapitalize="off"><?php echo doc_link(array(
|
<p><?php echo lang('Name'); ?>: <input name="name" value="<?php echo h($row["name"]); ?>" data-maxlength="64" autocapitalize="off"><?php echo doc_link(array(
|
||||||
'sql' => 'create-table-check-constraints.html',
|
'sql' => "create-table-check-constraints.html",
|
||||||
'mariadb' => 'constraint/',
|
'mariadb' => "constraint/",
|
||||||
|
'pgsql' => "ddl-constraints.html#DDL-CONSTRAINTS-CHECK-CONSTRAINTS",
|
||||||
|
'mssql' => "relational-databases/tables/create-check-constraints",
|
||||||
)); ?>
|
)); ?>
|
||||||
<p><?php textarea("clause", $row["clause"]); ?>
|
<p><?php textarea("clause", $row["clause"]); ?>
|
||||||
<p><input type="submit" value="<?php echo lang('Save'); ?>">
|
<p><input type="submit" value="<?php echo lang('Save'); ?>">
|
||||||
|
Reference in New Issue
Block a user