• R/O
  • HTTP
  • SSH
  • HTTPS

pukiwiki: Commit


Commit MetaInfo

Revision0c6e0e1c901d5c41b32f1edf1539adbb03ff623d (tree)
Time2020-03-05 00:51:13
Authorumorigu <umorigu@gmai...>
Commiterumorigu

Log Message

BugTrack/2387 Fix Calendar layout (too thin)

Change Summary

Incremental Difference

--- a/plugin/calendar.inc.php
+++ b/plugin/calendar.inc.php
@@ -2,7 +2,7 @@
22 // PukiWiki - Yet another WikiWikiWeb clone
33 // calendar.inc.php
44 // Copyright
5-// 2002-2017 PukiWiki Development Team
5+// 2002-2020 PukiWiki Development Team
66 // 2001-2002 Originally written by yu-ji
77 // License: GPL v2 or (at your option) any later version
88 //
@@ -74,7 +74,7 @@ function plugin_calendar_convert()
7474 $page_uri = get_page_uri($pre);
7575
7676 $ret = <<<EOD
77-<table class="style_calendar" cellspacing="1" width="150" border="0">
77+<table class="style_calendar" cellspacing="1" width="200" border="0">
7878 <tr>
7979 <td class="style_td_caltop" colspan="7">
8080 <strong>$m_name</strong><br />
--- a/plugin/calendar2.inc.php
+++ b/plugin/calendar2.inc.php
@@ -1,7 +1,7 @@
11 <?php
22 // PukiWiki - Yet another WikiWikiWeb clone
33 // calendar2.inc.php
4-// Copyright 2002-2017 PukiWiki Development Team
4+// Copyright 2002-2020 PukiWiki Development Team
55 // License: GPL v2 or (at your option) any later version
66 //
77 // Calendar2 plugin
@@ -81,7 +81,7 @@ function plugin_calendar2_convert()
8181 ' <td valign="top">' . "\n";
8282 }
8383 $ret .= <<<EOD
84- <table class="style_calendar" cellspacing="1" width="150" border="0" summary="calendar body">
84+ <table class="style_calendar" cellspacing="1" width="200" border="0" summary="calendar body">
8585 <tr>
8686 <td class="style_td_caltop" colspan="7">
8787 <a href="$script?plugin=calendar2&amp;file=$r_base&amp;date=$prev_date_str">&lt;&lt;</a>
Show on old repository browser