put table definition2 - name change
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
{% if page.can_adjust_definition() %}
|
||||
<h2>{{ nav.tr("td-adjust-table-of") }} <code>{{ page.selection.table }}</code></h2>
|
||||
<p class="hint">{{ nav.tr("td-adjust-table-hint") }}</p>
|
||||
<div class="form-grid">
|
||||
<label>{{ nav.tr("td-table-name") }}
|
||||
<input name="table_name_input" value="{{ page.columns.table_name }}"
|
||||
maxlength="38" autocomplete="off">
|
||||
<small>{{ nav.tr("td-table-name-hint") }}</small>
|
||||
</label>
|
||||
</div>
|
||||
{% else %}
|
||||
<h2>{{ nav.tr("td-add-columns-to") }} <code>{{ page.selection.table }}</code></h2>
|
||||
<p class="hint">{{ nav.tr("td-append-hint") }}</p>
|
||||
|
||||
Reference in New Issue
Block a user