Commit 1bb6ec79 authored by Gabriel L. Oliveira's avatar Gabriel L. Oliveira

Move 'Not implemented yet' message to left side

Now "Not implemented yet" message is located on the left side of UNG.
Slow a little its appearing effect.
parent fdedb271
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <unicode encoding="cdata"><![CDATA[ <value> <unicode encoding="cdata"><![CDATA[
<a id="right_message" i18n:translate="" i18n:domain="ui">Not Implemented yet</a>\n
<tal:block tal:define="current_language python: here.getWebSiteValue().getAvailableLanguage()">\n <tal:block tal:define="current_language python: here.getWebSiteValue().getAvailableLanguage()">\n
<div id="select_language">\n <div id="select_language">\n
<li>\n <li>\n
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
</a>\n </a>\n
</li>\n </li>\n
</ul>\n </ul>\n
</li> \n </li>\n
</tal:block>\n </tal:block>\n
</div>\n </div>\n
<input type="submit" id="upload" name="Upload" value="Upload" i18n:translate="" i18n:domain="ui"/>\n <input type="submit" id="upload" name="Upload" value="Upload" i18n:translate="" i18n:domain="ui"/>\n
......
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
<tal:block tal:define="website here/getWebSiteValue;\n <tal:block tal:define="website here/getWebSiteValue;\n
enctype string:multipart/form-data;\n enctype string:multipart/form-data;\n
portal_path python:website.absolute_url();">\n portal_path python:website.absolute_url();">\n
<a id="right_message" i18n:translate="" i18n:domain="ui">Not Implemented yet</a>\n
<div id="preference_dialog" title="UNG Preferences" i18n:translate="" i18n:domain="ui"></div> \n <div id="preference_dialog" title="UNG Preferences" i18n:translate="" i18n:domain="ui"></div> \n
<tal:block tal:condition="here/portal_membership/isAnonymousUser">\n <tal:block tal:condition="here/portal_membership/isAnonymousUser">\n
<a id="login" href="#" i18n:translate="" i18n:domain="ui">Sign in</a>\n <a id="login" href="#" i18n:translate="" i18n:domain="ui">Sign in</a>\n
......
...@@ -818,6 +818,8 @@ p#more_properties:hover, p#hide_properties:hover {\n ...@@ -818,6 +818,8 @@ p#more_properties:hover, p#hide_properties:hover {\n
a#left_message, a#right_message {\n a#left_message, a#right_message {\n
display: none;\n display: none;\n
color: #FD0A0A;\n color: #FD0A0A;\n
float: left;\n
margin-right: 10px;\n
}\n }\n
\n \n
div.listbox-domain-tree-container select {\n div.listbox-domain-tree-container select {\n
......
...@@ -86,7 +86,7 @@ function getObjectPropertyValue(method_name){\n ...@@ -86,7 +86,7 @@ function getObjectPropertyValue(method_name){\n
}\n }\n
\n \n
function showNotImplementedMessage(tag){\n function showNotImplementedMessage(tag){\n
$(tag).fadeIn(400).delay(1000).slideUp(1000);\n $(tag).fadeIn(500).delay(1000).fadeOut(800);\n
}\n }\n
\n \n
function updateWebPage(){\n function updateWebPage(){\n
......
2011-09-21 gabriel.oliveira
* Move 'Not implemented yet' message to left side
2011-09-21 gabriel.oliveira 2011-09-21 gabriel.oliveira
* Make "Refresh" button correctly reset UNG listbox checked items, asynchronously * Make "Refresh" button correctly reset UNG listbox checked items, asynchronously
......
387 388
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment