Commit 6984bb28 authored by Łukasz Nowak's avatar Łukasz Nowak

Be more explanatory.

parent 708c416b
......@@ -45,7 +45,9 @@
<tal:block metal:use-macro="here/main_template/macros/master">\n
<tal:block metal:fill-slot="main">\n
<div class="content">\n
<h1 i18n:translate="" i18n:domain="ui">Request a Software Instance</h1>\n
<h1 i18n:translate="" i18n:domain="ui">Software Management</h1>\n
<p>Use search and categories on left in order to filter Software Releases.\n
<p>It is possible to install Software Release on your computers or request new instance of selected software.\n
<div id="js_container"></div>\n
<script type="text/javascript">\n
$(document).ready(function() {\n
......
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts22218301.94</string> </value>
<value> <string>ts22218499.86</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -71,7 +71,7 @@ function setSoftwareReleaseEntry(item, append_to, insert_before) {\n
entry_install.addClass(\'software_release_navigation\');\n
install.attr(\'href\', \'#software_release=\' + item.uid);\n
install.addClass(\'software_release_navigation\');\n
install.text(\'Install software\');\n
install.text(\'Request instance\');\n
description.addClass(\'software_release_description\');\n
maxh = description_div.height();\n
var truncated = false;\n
......
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