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
+10 -2
View File
@@ -28,6 +28,14 @@
{$cable->description}
</td>
</tr>
<tr>
<td class="label">
{$lang_length}
</td>
<td class="value">
{$cable->cable_length} m
</td>
</tr>
<tr>
<td class="label">
{$lang_cable_type}
@@ -38,10 +46,10 @@
</tr>
<tr>
<td class="label">
{$lang_length}
# Links
</td>
<td class="value">
{$cable->cable_length} m
{$cable->cable_links}
</td>
</tr>
<tr>