#19743: Fixing token helper

Work Item: 19743

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2013-05-29 15:37:13 -07:00
parent c736104924
commit 4dd496975c
2 changed files with 4 additions and 1 deletions

View File

@@ -23,6 +23,9 @@
margin-bottom: 0px;
}
.token-wrapper span[role="status"] {
display: none;
}
.ui-autocomplete
{
max-height: 12em;

View File

@@ -5,7 +5,7 @@
Style.Include("~/themes/theadmin/styles/ie6.css").UseCondition("lte IE 6").SetAttribute("media", "screen, projection");
Layout.Title = @T("Edit Activity");
Script.Require("jQueryUI");
//Script.Require("jQueryUI");
Script.Include("orchard-workflows-serialize.js");
}