Changeset 8408 for luci/trunk

Show
Ignore:
Timestamp:
04/02/12 23:50:26 (14 months ago)
Author:
jow
Message:

admin-full: allow to use translations for 'Not connected' state

This allows to use translated version of the 'Net connected' string in
the Status/Overview/Network? section.

Signed-off-by: Gabor Juhos <juhosg@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/modules/admin-full/luasrc/view/admin_status/index.htm

    r8321 r8408  
    177177            { 
    178178                si.innerHTML = '<img src="<%=resource%>/icons/ethernet_disabled.png" /><br /><small>?</small>'; 
    179                 ss.innerHTML = '<em>Not connected</em>'; 
     179                ss.innerHTML = '<em><%:Not connected%></em>'; 
    180180            } 
    181181 
     
    220220            { 
    221221                si6.innerHTML = '<img src="<%=resource%>/icons/ethernet_disabled.png" /><br /><small>?</small>'; 
    222                 ss6.innerHTML = '<em>Not connected</em>'; 
     222                ss6.innerHTML = '<em><%:Not connected%></em>'; 
    223223            } 
    224224            <% end %>