##// END OF EJS Templates
custom header/footer code message correction
csalgau -
r3805:a3fa6d48 stable
parent child Browse files
Show More
@@ -108,8 +108,8 b''
108 <div style="padding: 10px 0px"></div>
108 <div style="padding: 10px 0px"></div>
109 <div class="textarea text-area">
109 <div class="textarea text-area">
110 ${h.textarea('rhodecode_pre_code',cols=23,rows=5,class_="medium")}
110 ${h.textarea('rhodecode_pre_code',cols=23,rows=5,class_="medium")}
111 <span class="help-block">${_('Custom js/css code added at the end of the <header/> tag.')}
111 <span class="help-block">${_('Custom js/css code added at the end of the <head/> tag.')}
112 ${_('Use <script/> or <css/> tags to define custom styling or scripting')}</span>
112 ${_('Use <script/> or <style/> tags to define custom scripting or styling.')}</span>
113 </div>
113 </div>
114 </div>
114 </div>
115 </div>
115 </div>
@@ -131,7 +131,7 b''
131 <div class="textarea text-area">
131 <div class="textarea text-area">
132 ${h.textarea('rhodecode_post_code',cols=23,rows=5, class_="medium")}
132 ${h.textarea('rhodecode_post_code',cols=23,rows=5, class_="medium")}
133 <span class="help-block">${_('Custom js/css code added at the end of the <body> tag.')}
133 <span class="help-block">${_('Custom js/css code added at the end of the <body> tag.')}
134 ${_('Use <script> or <css> tags to define custom styling or scripting')}</span>
134 ${_('Use <script> or <style> tags to define custom scripting or styling.')}</span>
135 </div>
135 </div>
136 </div>
136 </div>
137 </div>
137 </div>
General Comments 0
You need to be logged in to leave comments. Login now