Project

General

Profile

Bug #1023

Updated by Christian Lohmaier about 8 years ago

Could someone please make the green buttons "SYSTEM REQUIREMENTS", "JOIN THE PROJECT!", "DO MORE WITH LIBREOFFICE" and "GOOD LOOKING DOCUMENTS" in the right part of the download pages localizable? 

 Thanks, m. 

 EDIT: 
 *Solution*: add the following to the input box labeled into the corresponding box "Sidebar buttons, see https://redmine.documentfoundation.org/issues/1023"  
 <pre> 
  <a class="btn2 btn-libre_office_green" href="get-help/system-requirements/"><span class="fa fa-wrench fa-2x">&nbsp;</span>System Requirements</a> 
  <a class="btn2 btn-libre_office_green" href="community/get-involved/"><span class="fa fa-heart fa-2x">&nbsp;</span>Join    The Project!</a> 
  <a class="btn2 btn-libre_office_green" href="discover/libreoffice/"><span class="fa fa-plus fa-2x">&nbsp;</span>Do More with LibreOffice</a> 
  <a class="btn2 btn-libre_office_green" href="discover/templates-and-extensions/"><span class="fa fa-smile-o fa-2x">&nbsp;</span>Good looking documents</a> 
 </pre>

Back