Improved cable functions
This commit is contained in:
+9
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user