[SYNCOPE-1037] Making the cursor not-allowed when going through the last 
approvals list


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/68539753
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/68539753
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/68539753

Branch: refs/heads/2_0_X
Commit: 68539753d7e4d9eec16b6f659f3fc298d99ba6ff
Parents: 8814549
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Fri Mar 3 12:35:04 2017 +0100
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Fri Mar 3 12:35:04 2017 +0100

----------------------------------------------------------------------
 .../syncope/client/console/widgets/ApprovalsWidget$InnerPanel.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/68539753/client/console/src/main/resources/org/apache/syncope/client/console/widgets/ApprovalsWidget$InnerPanel.html
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/widgets/ApprovalsWidget$InnerPanel.html
 
b/client/console/src/main/resources/org/apache/syncope/client/console/widgets/ApprovalsWidget$InnerPanel.html
index 4e95b13..6976d65 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/widgets/ApprovalsWidget$InnerPanel.html
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/widgets/ApprovalsWidget$InnerPanel.html
@@ -18,7 +18,7 @@ under the License.
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
   <wicket:panel>
-    <a href="#" wicket:id="approval">
+    <a href="#" wicket:id="approval" style="cursor: not-allowed;">
       <h3><small class="pull-right" wicket:id="owner"/> <p 
wicket:id="key"/></h3>
       <small wicket:id="dueDateContainer" class="pull-right"><i class="fa 
fa-hourglass-end"></i> <p wicket:id="dueDate"/></small>
       <small><i class="fa fa-clock-o"></i> <p wicket:id="createTime"/></small>

Reply via email to