gnucash-htdocs master: Add Portuguese documentation links to the documentation page.

John Ralls jralls at code.gnucash.org
Sat Mar 26 18:06:37 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/367725a6 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/337c1400 (commit)



commit 367725a6dad24f2578047c01327a63f9b2c2d349
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 26 15:05:13 2016 -0700

    Add Portuguese documentation links to the documentation page.

diff --git a/docs.phtml b/docs.phtml
index b1ed331..7536ace 100644
--- a/docs.phtml
+++ b/docs.phtml
@@ -75,6 +75,16 @@ include("externals/menu.phtml");
         <a href="<?=$top_dir;?>/docs/v<?=$major_stable;?>/it_IT/gnucash-help.mobi">
           <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
+      <td><?php echo T_("Portuguese");?> :</td><td>
+        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=<?=$major_stable;?>&lang=pt&doc=help">
+          <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
+        <a href="<?=$top_dir;?>/docs/v<?=$major_stable;?>/pt/gnucash-help.pdf">
+          <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
+        <a href="<?=$top_dir;?>/docs/v<?=$major_stable;?>/pt/gnucash-help.epub">
+          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
+        <a href="<?=$top_dir;?>/docs/v<?=$major_stable;?>/pt/gnucash-help.mobi">
+          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
+      </td></tr>
     </tbody>
     </table>
   </li>
@@ -125,6 +135,17 @@ include("externals/menu.phtml");
         <a href="<?=$top_dir;?>/docs/v<?=$major_stable;?>/ja_JP/gnucash-guide.mobi">
           <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
       </td></tr>
+      <tr class="doctr">
+      <td><?php echo T_("Portuguese");?> :</td><td>
+        <a href="<?=$top_dir;?>/viewdoc.phtml?rev=<?=$major_stable;?>&lang=pt&doc=guide">
+          <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
+        <a href="<?=$top_dir;?>/docs/v<?=$major_stable;?>/pt/gnucash-guide.pdf">
+          <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
+        <a href="<?=$top_dir;?>/docs/v<?=$major_stable;?>/pt/gnucash-guide.epub">
+          <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
+        <a href="<?=$top_dir;?>/docs/v<?=$major_stable;?>/pt/gnucash-guide.mobi">
+          <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
+      </td></tr>
     </tbody>
     </table>
   </li>



Summary of changes:
 docs.phtml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)



More information about the gnucash-changes mailing list