OSDN Git Service

「デフォルトコンテンツ」ウィジェットのパスワード入力アリアの幅を修正。
authornaoki hirata <naoki@magic3.org>
Mon, 9 Dec 2013 23:34:42 +0000 (08:34 +0900)
committernaoki hirata <naoki@magic3.org>
Mon, 9 Dec 2013 23:34:42 +0000 (08:34 +0900)
include/global.php
widgets/default_content/include/template/main.tmpl.html

index caf4f28..4688b8b 100644 (file)
@@ -48,8 +48,8 @@ define('M3_ENCODING', 'UTF-8');       // 内部エンコーディング
 // ########## システム関係 ##########
 // システム基本情報
 define('M3_SYSTEM_NAME',                       'Magic3');              // システム名称
-define('M3_SYSTEM_VERSION',                    '2.7.20');              // システムのバージョン
-define('M3_SYSTEM_RELEASE_DATE',       '2013/12/3');   // システムのリリース日付
+define('M3_SYSTEM_VERSION',                    '2.7.21');              // システムのバージョン
+define('M3_SYSTEM_RELEASE_DATE',       '2013/12/8');   // システムのリリース日付
 define('M3_SYSTEM_ID',                         'M3');                  // コンポーネント識別用ID
 define('M3_SYSTEM_DESCRIPTION',                'Magic3 is open source cms and web communication platform.');           // システムの説明
 define('M3_SYSTEM_MIN_MEMORY',         '16M');                 // 最小メモリ使用量
index a40bd63..6ba097a 100644 (file)
@@ -5,9 +5,9 @@
  *\r
  * @package    Magic3 Framework\r
  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>\r
- * @copyright  Copyright 2006-2012 Magic3 Project.\r
+ * @copyright  Copyright 2006-2013 Magic3 Project.\r
  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License\r
- * @version    SVN: $Id: index.tmpl.html 4912 2012-05-21 14:51:14Z fishbone $\r
+ * @version    SVN: $Id$\r
  * @link       http://www.magic3.org\r
  */\r
 <patTemplate:tmpl name="_widget">\r
@@ -53,7 +53,7 @@ function {FUNC_NAME}(){
 <input type="hidden" name="act" />\r
 <input type="hidden" name="contentid" value="{CONTENT_ID}" />\r
 <input type="hidden" name="password" />\r
-<input type="password" name="access_password" size="10" maxlength="10" />\r
+<input type="password" name="access_password" size="10" maxlength="10" style="width:100px;" />\r
 <input type="button" class="button" onclick="{FUNC_NAME}();" value="送信" />\r
 </form>\r
 </pattemplate:sub>\r