Show
Ignore:
Timestamp:
09/03/06 18:54:01 (6 years ago)
Author:
max-horvath
Message:

"2006-09-03 Max Horvath <max.horvath@…>

  • The term SPLASH_ONLY_USER displayed to people visiting the portal has been replaced by the more meaningful term \"anonymous user\" (fixes #106)
  • When creating a new node and choosing an existing node_id there will be shown an error message (fixes #223)
  • If one or more nodes aren't monitored they now will be announced on the front page (instead of just showing the number of monitored online nodes) (fixes #100)
  • Display more meaningful error messages if required user permissions are missing (fixes #242)
  • Refactored Network->getAdminUI() to match look and feel of Node->getAdminUI (fixes #140)
  • Show descriptive status of node (fixes #241)"
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/templates/sites/index.tpl

    r1088 r1089  
    9393            {"%d hotspots are currently operationnal."|_|sprintf:$networkNumOnlineNodes} 
    9494        {/if} 
     95 
     96        {if $networkNumNonMonitoredNodes > 0} 
     97            {if $networkNumNonMonitoredNodes == 1} 
     98                {"Because of one hotspot not being monitored we don't know if it is currently operationnal."|_} 
     99            {else} 
     100                {"Because of %d hotspots not being monitored we don't know if they are currently operationnal."|_|sprintf:$networkNumNonMonitoredNodes} 
     101            {/if} 
     102        {/if} 
    95103    </p> 
    96104