Improved cable functions

This commit is contained in:
2023-03-02 13:56:07 +01:00
parent 6e4c4236aa
commit 6a5c483c42
6 changed files with 38 additions and 11 deletions
+9 -1
View File
@@ -55,6 +55,14 @@
{html_options name=cable_type options=$type_options selected=$cable->cable_type}
</td>
</tr>
<tr>
<td class="label">
# Links
</td>
<td class="value">
<input type="text" size="4" name="links" maxlength="4" value="{$cable->cable_links}">
</td>
</tr>
<tr>
<td class="label">
{$lang_color}
@@ -65,7 +73,7 @@
</tr>
<tr>
<td class="label">
{$lang_info}
{$lang_cable_info}
</td>
<td class="value">
<textarea name="info" cols="30" rows="10">{$cable->info}</textarea>