Changeset 823
- Timestamp:
- Nov 21, 2006, 9:07:17 PM (15 years ago)
- Location:
- OpenPNE/branches/ishida/prj_dev26/webapp
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/ishida/prj_dev26/webapp/lib/OpenPNE/Config.php
r417 r823 38 38 'UNUSED_MAILS', 39 39 'DISPLAY_OPENPNE_INFO', 40 'USE_EXTRA_SERVICE', 41 40 42 ); 41 43 } -
OpenPNE/branches/ishida/prj_dev26/webapp/modules/admin/templates/edit_c_admin_config.tpl
r281 r823 243 243 </td> 244 244 </tr> 245 246 <tr><td colspan="2" style="padding:0;background:#000"><img src="skin/dummy.gif" height="1"></td></tr> 247 245 <tr><td colspan="2" style="padding:0;background:#000"><img src="skin/dummy.gif" height="1"></td></tr> 246 247 <tr> 248 <th>Yahoo天気/Googleの使用欄</th> 249 <td> 250 <input name="USE_EXTRA_SERVICE" type="radio" value="0"({if !$smarty.const.USE_EXTRA_SERVICE}) checked="checked"({/if})>使用しない<br> 251 <input name="USE_EXTRA_SERVICE" type="radio" value="1"({if $smarty.const.USE_EXTRA_SERVICE}) checked="checked"({/if})>使用する<br> 252 </td> 253 </tr> 254 255 <tr><td colspan="2" style="padding:0;background:#000"><img src="skin/dummy.gif" height="1"></td></tr> 248 256 249 257 <tr> -
OpenPNE/branches/ishida/prj_dev26/webapp/modules/admin/validate/do/update_c_admin_config.ini
r265 r823 125 125 default = "" 126 126 127 [USE_EXTRA_SERVICE] 128 type = "bool" 129 default = "1" 130 127 131 [OPENPNE_ENABLE_ROLLOVER] 128 132 type = "bool" -
OpenPNE/branches/ishida/prj_dev26/webapp/modules/pc/templates/h_calendar.tpl
r495 r823 54 54 <tr> 55 55 <td style="width:468px;padding:2px 0px;" class="bg_05"> 56 ({if $smarty.const.USE_EXTRA_SERVICE}) 56 57 <img src="({t_img_url_skin filename=icon_weather_FC})" class="icon"> 57 58 <a href="({$weather_url})" target="_blank">天気予報を見る</a> 58 59 ({/if}) 59 60 <img src="({t_img_url_skin filename=icon_schedule})" class="icon"> 60 61 <a href="({t_url m=pc a=page_h_schedule_add})">予定を追加</a> -
OpenPNE/branches/ishida/prj_dev26/webapp/modules/pc/templates/inc_search_box.tpl
r2 r823 18 18 <input type="image" src="({t_img_url_skin filename=button_search_1})" value="diary" alt="日記" border="0" name="diary" class="button" style="width:62px;height:20px;"> 19 19 <input type="image" src="({t_img_url_skin filename=button_search_2})" value="community" alt="コミュニティ" border="0" name="community" class="button" style="width:62px;height:20px;"> 20 ({if $smarty.const.USE_EXTRA_SERVICE}) 20 21 <input type="image" src="({t_img_url_skin filename=button_search_3})" value="web" alt="web" border="0" name="web" class="button" style="width:62px;height:20px;"> 22 ({/if}) 21 23 </td> 22 24 </tr>
Note: See TracChangeset
for help on using the changeset viewer.