Revision: 3000
Author:   olavmrk
Date:     Mon Dec 12 02:10:51 2011
Log: status-page: Fix spelling errors on status-page and add summary on attribute table.

Thanks to Dick Visser for fixing this!
http://code.google.com/p/simplesamlphp/source/detail?r=3000

Modified:
 /trunk/dictionaries/status.definition.json
 /trunk/templates/status.php

=======================================
--- /trunk/dictionaries/status.definition.json  Fri Jul 22 02:10:17 2011
+++ /trunk/dictionaries/status.definition.json  Mon Dec 12 02:10:51 2011
@@ -15,7 +15,7 @@
                "en": "Some error occurred"
        },
        "intro": {
- "en": "Hi, this is the status page of simpleSAMLphp. Here you can see if your session is timed out, how long it lasts until it times out and all the attributes that is attached to your session." + "en": "Hi, this is the status page of SimpleSAMLphp. Here you can see if your session is timed out, how long it lasts until it times out and all the attributes that are attached to your session."
        },
        "validfor": {
                "en": "Your session is valid for %SECONDS% seconds from now."
=======================================
--- /trunk/templates/status.php Fri Jul 22 02:10:17 2011
+++ /trunk/templates/status.php Mon Dec 12 02:10:51 2011
@@ -25,7 +25,7 @@
 <h2><?php echo($this->t('{status:attributes_header}')); ?></h2>

 <?php
-// consent style listng start
+// consent style listing start
 $attributes = $this->data['attributes'];

 function present_list($attr) {
@@ -59,7 +59,8 @@
        $alternate = array('odd', 'even'); $i = 0;

        $parentStr = (strlen($nameParent) > 0)? strtolower($nameParent) . '_': 
'';
- $str = (strlen($nameParent) > 0)? '<table class="attributes">': '<table id="table_with_attributes" class="attributes">'; + $str = (strlen($nameParent) > 0)? '<table class="attributes" summary="attribute overview">': + '<table id="table_with_attributes" class="attributes" summary="attribute overview">';

        foreach ($attributes as $name => $value) {

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to simplesamlphp-commits@googlegroups.com.
To unsubscribe from this group, send email to 
simplesamlphp-commits+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to