You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/10/26 17:27:42 UTC

[2/4] isis git commit: ISIS-1514: removes the calendar hint for date time

ISIS-1514: removes the calendar hint for date time


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

Branch: refs/heads/master
Commit: e27619cdc0669756d35df019af970ea6f5930886
Parents: 0ae29eb
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Oct 26 16:54:54 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Oct 26 16:54:54 2016 +0100

----------------------------------------------------------------------
 .../ui/components/scalars/ScalarPanelTextFieldAbstract.html     | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/e27619cd/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/ScalarPanelTextFieldAbstract.html
----------------------------------------------------------------------
diff --git a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/ScalarPanelTextFieldAbstract.html b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/ScalarPanelTextFieldAbstract.html
index 20c9ff3..7bbfcf0 100644
--- a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/ScalarPanelTextFieldAbstract.html
+++ b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/ScalarPanelTextFieldAbstract.html
@@ -35,9 +35,8 @@
             </wicket:fragment>
 
             <wicket:fragment wicket:id="date">
-                <div class="input-group input-group-sm date">
-                    <input type="text" name="scalarValue" wicket:id="scalarValue" class="form-control scalarValue"/>
-                    <span class="input-group-addon"><i class="fa fa-fw fa-calendar"></i></span>
+                <div class="date">
+                    <input type="text" name="scalarValue" wicket:id="scalarValue" class="form-control input-sm scalarValue"/>
                 </div>
             </wicket:fragment>