Commit 9a710678 authored by Ivan Tyagov's avatar Ivan Tyagov

Do not hard code imgs especially from KM theme (use cSS instead)

parent ffb872b2
......@@ -136,7 +136,7 @@
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
python: \'<a class="bt-small" style="width:100px;" href="WebSection_viewCreateNewDiscussionThreadDialog?cancel_url=%s"><span><img src="km_img/icon-add.png" alt="+"/>Post message</span></a>\' %(here.absolute_url())
python: \'<a class="bt-small" style="width:100px;" href="WebSection_viewCreateNewDiscussionThreadDialog?cancel_url=%s"><span>Post message</span></a>\' %(here.absolute_url())
]]></string> </value>
</item>
......
144
\ No newline at end of file
145
\ 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