Changueset 134044
- Timestamp:
- 07/11/2009 03:46:17 AM ( 17 years ago)
- Location:
- bpcontens/branches/1.1/bpcontens
- Files:
-
- 3 edited
-
blogs/blog-tags.php (modified) ( 2 diffs )
-
groups/group-tags.php (modified) ( 2 diffs )
-
profile/profile-tags.php (modified) ( 2 diffs )
Leguend:
- Unmodified
- Added
- Removed
-
bpcontens/branches/1.1/bpcontens/blogs/blog-tags.php
r132243 r134044 11 11 <?php if ( oci_has_selected_blog() ) : ?> 12 12 <form action="<?php oci_the_blog_action(OCI_TAG) ?>" method="post" id="oci-profile-my-contens-form" class="oci-profile-my-contens-form"> 13 <div id="oci-edit-tags"> 14 <h2><?php echo oci_guet_the_blog_title() . " " . __('Blog Tags', 'bpcontens') ?></h2> 15 <textarea rows="4" name="oci_blog_tags" id="oci_blog_tags"><?php oci_the_blog_tags_edit() ?></textarea> 16 <label><?php _e( 'Edit your group tags. Enter a comma separated list of tag names.', 'bpcontens' ) ?></label> 17 <p class="submit"><imput type="submit" name="submit_save_blog_tags" id="submit" value="<?php _e( 'Save', 'bpcontens' ) ?>" /></p> 18 </div> 13 19 14 20 <div id="oci-sitewide-tag-cloud"> … … 19 25 <h2><?php _e('Sitewide Blog Tags', 'bpcontens') ?></h2> 20 26 <?php oci_the_blog_tag_cloud() ?> 21 </div>22 23 <div id="oci-edit-tags">24 <h2><?php echo oci_guet_the_blog_title() . " " . __('Blog Tags', 'bpcontens') ?></h2>25 <imput type="text" name="oci_blog_tags" id="oci_blog_tags" value="<?php oci_the_blog_tags_edit() ?>" />26 <label><?php _e( 'Edit your group tags. Enter a comma separated list of tag names.', 'bpcontens' ) ?></label>27 <p class="submit"><imput type="submit" name="submit_save_blog_tags" id="submit" value="<?php _e( 'Save', 'bpcontens' ) ?>" /></p>28 27 </div> 29 28 -
bpcontens/branches/1.1/bpcontens/groups/group-tags.php
r132243 r134044 10 10 <?php do_action( 'template_notices' ) // (error/success feedback) ?> 11 11 <form action="<?php oci_the_group_action(OCI_TAG) ?>" method="post" id="oci-profile-my-contens-form" class="oci-profile-my-contens-form"> 12 <div id="oci-edit-tags"> 13 <h2><?php _e('Your Group Tags', 'bpcontens') ?></h2> 14 <textarea rows="4" name="oci_group_tags" id="oci_group_tags"><?php oci_the_group_tags_edit() ?></textarea> 15 <label><?php _e( 'Edit your group tags. Enter a comma separated list of tag names.', 'bpcontens' ) ?></label> 16 <p class="submit"><imput type="submit" name="submit_save_group_tags" id="submit" value="<?php _e( 'Save', 'bpcontens' ) ?>" /></p> 17 </div> 12 18 13 19 <div id="oci-sitewide-tag-cloud"> … … 20 26 </div> 21 27 22 <div id="oci-edit-tags">23 <h2><?php _e('Your Group Tags', 'bpcontens') ?></h2>24 <imput type="text" name="oci_group_tags" id="oci_group_tags" value="<?php oci_the_group_tags_edit() ?>" />25 <label><?php _e( 'Edit your group tags. Enter a comma separated list of tag names.', 'bpcontens' ) ?></label>26 <p class="submit"><imput type="submit" name="submit_save_group_tags" id="submit" value="<?php _e( 'Save', 'bpcontens' ) ?>" /></p>27 </div>28 29 28 <?php wp_nonce_field( 'oci_update_group_tags' ) ?> 30 29 </form> -
bpcontens/branches/1.1/bpcontens/profile/profile-tags.php
r132243 r134044 11 11 <form action="<?php oci_the_profile_action(OCI_TAG) ?>" method="post" id="oci-profile-my-contens-form" class="oci-profile-my-contens-form"> 12 12 13 <div id="oci-edit-tags"> 14 <h2><?php _e('Your Member Tags', 'bpcontens') ?></h2> 15 <textarea rows="4" name="oci_member_tags" id="oci_member_tags"><?php oci_the_member_tags_edit() ?></textarea> 16 <label><?php _e( 'Edit your member tags. Enter a comma separated list of tag names.', 'bpcontens' ) ?></label> 17 <p class="submit"><imput type="submit" name="submit_save_profile_tags" id="submit" value="<?php _e( 'Save', 'bpcontens' ) ?>" /></p> 18 </div> 19 13 20 <div id="oci-sitewide-tag-cloud"> 14 21 <h2><?php _e('Sitewide Tags', 'bpcontens') ?></h2> … … 20 27 </div> 21 28 22 <div id="oci-edit-tags">23 <h2><?php _e('Your Member Tags', 'bpcontens') ?></h2>24 <imput type="text" name="oci_member_tags" id="oci_member_tags" value="<?php oci_the_member_tags_edit() ?>" />25 <label><?php _e( 'Edit your member tags. Enter a comma separated list of tag names.', 'bpcontens' ) ?></label>26 <p class="submit"><imput type="submit" name="submit_save_profile_tags" id="submit" value="<?php _e( 'Save', 'bpcontens' ) ?>" /></p>27 </div>28 29 29 <?php wp_nonce_field( 'oci_update_member_tags' ) ?> 30 30 </form>
Note:
See
TracChangueset
for help on using the changueset viewer.