Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv25146
Modified Files:
serendipity_admin_installer.inc.php
Log Message:
Use same fontsize as the rest of the blog
Index: serendipity_admin_installer.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_admin_installer.inc.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- serendipity_admin_installer.inc.php 17 Aug 2003 16:12:55 -0000 1.29
+++ serendipity_admin_installer.inc.php 20 Aug 2003 15:34:40 -0000 1.30
@@ -147,7 +147,7 @@
<input type="hidden" name="installAction" value="check" />
<br />
<div align="right">
- <a style="border:0; text-decoration: none" href="#" onclick="showConfigAll(<?php echo count($t); ?>)" title="<?php echo TOGGLE_ALL; ?>"><img src="pixel/plus.png" id="optionall" alt="+/-" border="0" /> <span style="font-size: 8pt"><?php echo TOGGLE_ALL; ?></a></a><br />
+ <a style="border:0; text-decoration: none" href="#" onclick="showConfigAll(<?php echo count($t); ?>)" title="<?php echo TOGGLE_ALL; ?>"><img src="pixel/plus.png" id="optionall" alt="+/-" border="0" /> <span style="font-size: 10pt"><?php echo TOGGLE_ALL; ?></a></a><br />
</div>
<?php
$el_count = 0;
@@ -157,7 +157,7 @@
<table width="100%" cellspacing="2">
<tr>
<th align="left" colspan="2" style="padding-left: 15px;">
- <a style="border:0; text-decoration: none" href="#" onclick="showConfig('el<?php echo $el_count; ?>'); return false" title="<?php echo TOGGLE_OPTION; ?>"><img src="pixel/plus.png" id="optionel<?php echo $el_count; ?>" alt="+/-" border="0" /> <span style="font-size: 8pt"><?php echo $key; ?></span></a></th>
+ <a style="border:0; text-decoration: none" href="#" onclick="showConfig('el<?php echo $el_count; ?>'); return false" title="<?php echo TOGGLE_OPTION; ?>"><img src="pixel/plus.png" id="optionel<?php echo $el_count; ?>" alt="+/-" border="0" /> <span style="font-size: 10pt"><?php echo $key; ?></span></a></th>
</tr>
<tr>
|