• R/O
  • HTTP
  • SSH
  • HTTPS

nucleus-jp-ancient: Commit

Nucleus CMS日本語版SVNをgit-svnしたもの。リポジトリの変換作業用


Commit MetaInfo

Revision12e933740bdef7532eb414efe413e89678618e1a (tree)
Zeit2007-10-31 04:05:20
Autorkmorimatsu <kmorimatsu@1ca2...>
Commiterkmorimatsu

Log Message

Change the height of bookmarklet

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/branches/branch-3-3@350 1ca29b6e-896d-4ea0-84a5-967f57386b96

Ändern Zusammenfassung

Diff

--- a/utf8/nucleus/libs/ITEMACTIONS.php
+++ b/utf8/nucleus/libs/ITEMACTIONS.php
@@ -14,8 +14,8 @@
1414 *
1515 * @license http://nucleuscms.org/license.txt GNU General Public License
1616 * @copyright Copyright (C) 2002-2007 The Nucleus Group
17- * @version $Id: ITEMACTIONS.php,v 1.5.2.2 2007-10-30 16:43:30 shizuki Exp $
18- * @version $NucleusJP: ITEMACTIONS.php,v 1.5.2.1 2007/09/05 06:59:47 kimitake Exp $
17+ * @version $Id: ITEMACTIONS.php,v 1.5.2.3 2007-10-30 19:05:20 kmorimatsu Exp $
18+ * @version $NucleusJP: ITEMACTIONS.php,v 1.5.2.2 2007/10/30 16:43:30 shizuki Exp $
1919 */
2020 class ITEMACTIONS extends BaseActions {
2121
@@ -405,7 +405,7 @@ class ITEMACTIONS extends BaseActions {
405405 }
406406
407407 function parse_editpopupcode() {
408- echo "if (event &amp;&amp; event.preventDefault) event.preventDefault();winbm=window.open(this.href,'nucleusbm','scrollbars=yes,width=600,height=500,left=10,top=10,status=yes,resizable=yes');winbm.focus();return false;";
408+ echo "if (event &amp;&amp; event.preventDefault) event.preventDefault();winbm=window.open(this.href,'nucleusbm','scrollbars=yes,width=600,height=550,left=10,top=10,status=yes,resizable=yes');winbm.focus();return false;";
409409 }
410410
411411 // helper functions
--- a/utf8/nucleus/libs/globalfunctions.php
+++ b/utf8/nucleus/libs/globalfunctions.php
@@ -13,8 +13,8 @@
1313 /**
1414 * @license http://nucleuscms.org/license.txt GNU General Public License
1515 * @copyright Copyright (C) 2002-2007 The Nucleus Group
16- * @version $Id: globalfunctions.php,v 1.23.2.2 2007-10-23 07:13:56 kimitake Exp $
17- * $NucleusJP: globalfunctions.php,v 1.23.2.1 2007/09/05 06:26:17 kimitake Exp $
16+ * @version $Id: globalfunctions.php,v 1.23.2.3 2007-10-30 19:05:20 kmorimatsu Exp $
17+ * $NucleusJP: globalfunctions.php,v 1.23.2.2 2007/10/23 07:13:56 kimitake Exp $
1818 */
1919
2020 // needed if we include globalfunctions from install.php
@@ -1960,7 +1960,7 @@ function getBookmarklet($blogid) {
19601960 $document = 'document';
19611961 $bookmarkletline = "javascript:Q='';x=".$document.";y=window;if(x.selection){Q=x.selection.createRange().text;}else if(y.getSelection){Q=y.getSelection();}else if(x.getSelection){Q=x.getSelection();}wingm=window.open('";
19621962 $bookmarkletline .= $CONF['AdminURL'] . "bookmarklet.php?blogid=$blogid";
1963- $bookmarkletline .="&logtext='+escape(Q)+'&loglink='+escape(x.location.href)+'&loglinktitle='+escape(x.title),'nucleusbm','scrollbars=yes,width=600,height=500,left=10,top=10,status=yes,resizable=yes');wingm.focus();";
1963+ $bookmarkletline .="&logtext='+escape(Q)+'&loglink='+escape(x.location.href)+'&loglinktitle='+escape(x.title),'nucleusbm','scrollbars=yes,width=600,height=550,left=10,top=10,status=yes,resizable=yes');wingm.focus();";
19641964
19651965 return $bookmarkletline;
19661966 }
--- a/utf8/nucleus/styles/bookmarklet.css
+++ b/utf8/nucleus/styles/bookmarklet.css
@@ -1,8 +1,8 @@
11 /*
22 style definitions for the bookmarklet
33
4- $Id: bookmarklet.css,v 1.6 2007-01-30 07:35:20 kimitake Exp $
5- $NucleusJP: bookmarklet.css,v 1.5 2006/07/17 20:03:45 kimitake Exp $
4+ $Id: bookmarklet.css,v 1.6.2.1 2007-10-30 19:05:20 kmorimatsu Exp $
5+ $NucleusJP: bookmarklet.css,v 1.6 2007/01/30 07:35:20 kimitake Exp $
66 */
77
88 body {
@@ -54,7 +54,7 @@ h1 {
5454
5555 .contentblock {
5656 /*background: #ddd;*/
57- height: 400px;
57+ height: 450px;
5858 overflow: auto; /* temporary removed, to make the select box work in Mozilla */
5959 padding: 1px;
6060 margin: 0px;
Show on old repository browser