summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-11-08 09:29:48 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-11-08 09:29:48 +0000
commitff9398b605d85accf27c8f0a5c33e1678f3f1885 (patch)
treefc504a80bf24a0685e0d85a503767282f684329f /modules/admin-full/luasrc
parentcb3caa6e3087380291a7fee8ca05d35d89744f27 (diff)
modules/admin-full: fix bad colspan in lease status template
Diffstat (limited to 'modules/admin-full/luasrc')
-rw-r--r--modules/admin-full/luasrc/view/admin_network/lease_status.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/admin-full/luasrc/view/admin_network/lease_status.htm b/modules/admin-full/luasrc/view/admin_network/lease_status.htm
index 9555d1437..3710eb0ed 100644
--- a/modules/admin-full/luasrc/view/admin_network/lease_status.htm
+++ b/modules/admin-full/luasrc/view/admin_network/lease_status.htm
@@ -69,7 +69,7 @@
{
var tr = document.createElement('tr');
tr.className = 'cbi-section-table-row';
- tr.innerHTML = '<td colspan="5"><em><br /><%:There are no active leases.%></em></td>';
+ tr.innerHTML = '<td colspan="4"><em><br /><%:There are no active leases.%></em></td>';
tb.rows[0].parentNode.appendChild(tr);
}
@@ -91,7 +91,7 @@
<th class="cbi-section-table-cell"><%:Leasetime remaining%></th>
</tr>
<tr class="cbi-section-table-row">
- <td colspan="5"><em><br /><%:Collecting data...%></em></td>
+ <td colspan="4"><em><br /><%:Collecting data...%></em></td>
</tr>
</table>
</fieldset>