OSDN Git Service

Bootstrap型テンプレート「bootstrap_cerulean」追加。
authornaoki hirata <naoki@magic3.org>
Mon, 31 Mar 2014 05:05:51 +0000 (14:05 +0900)
committernaoki hirata <naoki@magic3.org>
Mon, 31 Mar 2014 05:05:51 +0000 (14:05 +0900)
include/sql/update/2014031001_to_2014032701.sql [new file with mode: 0644]
widgets/fontsize/include/template/index.tmpl.html

diff --git a/include/sql/update/2014031001_to_2014032701.sql b/include/sql/update/2014031001_to_2014032701.sql
new file mode 100644 (file)
index 0000000..9d3c952
--- /dev/null
@@ -0,0 +1,28 @@
+-- *
+-- * バージョンアップ用スクリプト
+-- *
+-- * PHP versions 5
+-- *
+-- * LICENSE: This source file is licensed under the terms of the GNU General Public License.
+-- *
+-- * @package    Magic3 Framework
+-- * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
+-- * @copyright  Copyright 2006-2014 Magic3 Project.
+-- * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
+-- * @version    SVN: $Id$
+-- * @link       http://www.magic3.org
+-- *
+-- --------------------------------------------------------------------------------------------------
+-- バージョンアップ用スクリプト
+-- --------------------------------------------------------------------------------------------------
+
+-- *** システムベーステーブル ***
+
+-- テンプレート情報
+DELETE FROM _templates WHERE tm_id = 'bootstrap_cerulean';
+INSERT INTO _templates
+(tm_id,                           tm_name,                         tm_type, tm_device_type, tm_mobile, tm_use_bootstrap, tm_available, tm_clean_type, tm_create_dt) VALUES
+('bootstrap_cerulean',             'bootstrap_cerulean',             10,       0,              false,     true,             true,        0,             now());
+
+-- *** システム標準テーブル ***
+
index 3605268..89aadf2 100644 (file)
@@ -15,7 +15,7 @@
 //<![CDATA[\r
 $(function(){\r
        $("#fontsize a").textresizer({\r
-               target: '.m3_widget_inner, .m3_widget_inner ul li span, .m3_widget_inner p, .m3_widget_inner .button',\r
+               target: '.m3_widget_inner, .m3_widget_inner ul li span, .m3_widget_inner p, .m3_widget_inner table, .m3_widget_inner ol li, .m3_widget_inner .button',\r
                type: "css",\r
                sizes: [\r
                        {"font-size":"100%"},\r