r22513 - htdocs/branches/beta - Revert my latest changes as they do not produce the expected results.

Cristian Marchi cmarchi at code.gnucash.org
Sat Nov 3 03:41:06 EDT 2012


Author: cmarchi
Date: 2012-11-03 03:41:06 -0400 (Sat, 03 Nov 2012)
New Revision: 22513
Trac: http://svn.gnucash.org/trac/changeset/22513

Modified:
   htdocs/branches/beta/docs.phtml
   htdocs/branches/beta/viewdoc.phtml
Log:
Revert my latest changes as they do not produce the expected results.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2012-11-02 22:21:31 UTC (rev 22512)
+++ htdocs/branches/beta/docs.phtml	2012-11-03 07:41:06 UTC (rev 22513)
@@ -10,7 +10,7 @@
 include("externals/menu.phtml");
 ?>
 
-<div id="content" style="width: 100%">
+<div id="content">
 
 <h1><?php echo T_("GnuCash Documentation");?></h1>
 

Modified: htdocs/branches/beta/viewdoc.phtml
===================================================================
--- htdocs/branches/beta/viewdoc.phtml	2012-11-02 22:21:31 UTC (rev 22512)
+++ htdocs/branches/beta/viewdoc.phtml	2012-11-03 07:41:06 UTC (rev 22513)
@@ -118,7 +118,7 @@
 <p style="color: red;"><?= T_("The document requested is not available in the requested language. The English version will be displayed instead.")?></p>
 <?php } ?>
 
-<iframe src="<?php echo $showurl; ?>" style="border-width: 0px; width: 100%; height: 80em;">
+<iframe src="<?php echo $showurl; ?>" style="border-width: 0px; width: 100%; min-width: 700px; height: 80em;">
 <?php echo T_("It seems your browser doesn't support iframes. To view the requested page in a separate windows, please <a href=\"" . $showurl . "\">click here</a>."); ?>
 </iframe>
 



More information about the gnucash-changes mailing list