Repository: incubator-stratos Updated Branches: refs/heads/master d672a89ae -> 4ae2f2b15
Fixing issue STRATOS-531 Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/4ae2f2b1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/4ae2f2b1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/4ae2f2b1 Branch: refs/heads/master Commit: 4ae2f2b154234f71a028dc8686e459b6448bb73f Parents: d672a89 Author: Chanaka Jayasena <[email protected]> Authored: Wed Apr 9 17:40:35 2014 +0530 Committer: Chanaka Jayasena <[email protected]> Committed: Wed Apr 9 17:40:35 2014 +0530 ---------------------------------------------------------------------- .../console/themes/theme1/partials/tenant_new.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/4ae2f2b1/components/org.apache.stratos.manager.console/console/themes/theme1/partials/tenant_new.hbs ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme1/partials/tenant_new.hbs b/components/org.apache.stratos.manager.console/console/themes/theme1/partials/tenant_new.hbs index 24dd864..a8ef6c0 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme1/partials/tenant_new.hbs +++ b/components/org.apache.stratos.manager.console/console/themes/theme1/partials/tenant_new.hbs @@ -70,7 +70,7 @@ <div class="clearfix"></div> <label class="required">Email:</label> - <input class="required" name="email" type="text"/> + <input class="required email" name="email" type="text"/> <!-- <label class="required">Are you human?</label> <div style="padding-bottom:10px;"><i class="icons-help icons-small-size"></i> Type the characters you see in the picture below.</div>
