Changeset 6703
- Timestamp:
- Apr 22, 2008, 5:49:42 PM (14 years ago)
- Location:
- OpenPNE/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/public_html/js/pne.js
r6442 r6703 38 38 theme_advanced_toolbar_location : "top", 39 39 theme_advanced_toolbar_align : "left", 40 theme_advanced_buttons1 : "op_b,op_u,op_s,op_i,op_large,op_small,op_color,op_ album,op_emoji_docomo,op_emoji_au,op_emoji_softbank",40 theme_advanced_buttons1 : "op_b,op_u,op_s,op_i,op_large,op_small,op_color,op_image,op_emoji_docomo,op_emoji_au,op_emoji_softbank", 41 41 theme_advanced_buttons2 : "", 42 42 theme_advanced_buttons3 : "", -
OpenPNE/trunk/public_html/js/tiny_mce/plugins/openpne/editor_plugin.js
r6443 r6703 61 61 ed.addCommand('mceOpenPNE_op_small', function() { 62 62 tinyMCE.execCommand("Fontsize", false, 1); 63 }); 64 ed.addCommand('mceOpenPNE_op_image', function() { 65 window.open(config.op_image.contentURL, '', 'width=600,height=550,toolbar=no,scrollbars=yes,left=10,top=10'); 63 66 }); 64 67 -
OpenPNE/trunk/public_html/js/tiny_mce/plugins/openpne/langs/ja.js
r6349 r6703 10 10 op_large : '大きめの文字', 11 11 op_small : '小さめの文字', 12 op_color : '文字色変更' 12 op_color : '文字色変更', 13 op_image : 'アルバム画像挿入' 13 14 }); 14 15 -
OpenPNE/trunk/webapp/modules/pc/templates/common/layout.tpl
r6666 r6703 126 126 isEnabled : ({$INC_HEADER_decoration_config.op_color}), 127 127 imageURL : "({t_img_url_skin filename=deco_op_color})" 128 }, 129 op_image : { 130 isEnabled : ({$smarty.const.OPENPNE_USE_ALBUM}), 131 imageURL : "({t_img_url_skin filename=deco_op_image})", 132 contentURL : "({t_url _html=0 m=pc a=page_h_album_insert_dialog})" 128 133 } 129 134 }
Note: See TracChangeset
for help on using the changeset viewer.