XPressME Integration Kit

Trac

Changeset 386


Ignore:
Timestamp:
Sep 19, 2009, 9:38:11 PM (15 years ago)
Author:
toemon
Message:

ブロックチェックにて、ページブロックにoptions count unmatch が表示されるバグを修正 fixed #213
カスタムフィールド値を持つページだけを表示するオプションが無効になっていた点を修正

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Ver2.1/xpressme_integration_kit/blocks/page_block.php

    r232 r386  
    118118                $form .= yes_no_radio_option('options[11]', _MB_XP2_PAGE_HIERARCHICAL , $hierarchical) . "<br />" ; 
    119119                $form .= _MB_XP2_PAGE_META_KEY . "  <input type='text' name='options[12]' value='" . $meta_key . "' size ='40' /><br />\n"; 
    120                 $form .= _MB_XP2_PAGE_META_VALUE . "  <input type='text' name='options[12]' value='" . $meta_value . "' size ='40' /><br />\n"; 
     120                $form .= _MB_XP2_PAGE_META_VALUE . "  <input type='text' name='options[13]' value='" . $meta_value . "' size ='40' /><br />\n"; 
    121121     
    122122                return $form; 
  • trunk/xpressme_integration_kit/blocks/page_block.php

    r232 r386  
    118118                $form .= yes_no_radio_option('options[11]', _MB_XP2_PAGE_HIERARCHICAL , $hierarchical) . "<br />" ; 
    119119                $form .= _MB_XP2_PAGE_META_KEY . "  <input type='text' name='options[12]' value='" . $meta_key . "' size ='40' /><br />\n"; 
    120                 $form .= _MB_XP2_PAGE_META_VALUE . "  <input type='text' name='options[12]' value='" . $meta_value . "' size ='40' /><br />\n"; 
     120                $form .= _MB_XP2_PAGE_META_VALUE . "  <input type='text' name='options[13]' value='" . $meta_value . "' size ='40' /><br />\n"; 
    121121     
    122122                return $form; 
Note: See TracChangeset for help on using the changeset viewer.