Changeset 12089
- Timestamp:
- Jul 2, 2009, 12:00:05 PM (14 years ago)
- Location:
- OpenPNE/branches/work/fukamachi/topic_search
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/work/fukamachi/topic_search/apps/mobile_frontend/modules/communityTopic/templates/searchSuccess.php
r12085 r12089 5 5 'url' => url_for('communityTopic/search'), 6 6 'button' => __('Search'), 7 'align' => 'center', 7 8 'method' => 'get' 8 9 ); -
OpenPNE/branches/work/fukamachi/topic_search/lib/filter/doctrine/PluginCommunityTopicFormFilter.class.php
r12066 r12089 28 28 )), 29 29 'type' => new sfWIdgetFormChoice(array( 30 'expanded' => true,31 30 'choices' => $types, 32 31 'label' => $i18n->__('Target', array(), 'form_community'),
Note: See TracChangeset
for help on using the changeset viewer.