You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/11/22 14:27:51 UTC

svn commit: r887690 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/core/dynamic-layouts.html

Author: buildbot
Date: Fri Nov 22 13:27:50 2013
New Revision: 887690

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/core/dynamic-layouts.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov 22 13:27:50 2013
@@ -1 +1 @@
-1544513
+1544529

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov 22 13:27:50 2013
@@ -1 +1 @@
-1544513
+1544529

Modified: websites/staging/isis/trunk/content/core/dynamic-layouts.html
==============================================================================
--- websites/staging/isis/trunk/content/core/dynamic-layouts.html (original)
+++ websites/staging/isis/trunk/content/core/dynamic-layouts.html Fri Nov 22 13:27:50 2013
@@ -421,7 +421,11 @@ public class ToDoItem {
                         category: {},               
                         complete: {                 // property, with associated actions
                             actions: {              
-                                completed: {},      // associated actions 
+                                completed: {
+                                    named: {        // naming UI hint [new in 1.4.0-SNAPSHOT]
+                                        value: "Done"
+                                    }
+                                },       
                                 notYetCompleted: {}
                             }
                         }
@@ -462,7 +466,11 @@ public class ToDoItem {
     ],
     actions: {                                      // actions not associated with any member
         delete: {},
-        duplicate: {}
+        duplicate: {
+            named: {                                // naming UI hint [new in 1.4.0-SNAPSHOT]
+                value: "Clone"
+            }
+        }
     }
 }
 </code></pre>