. # -------------------------------------------------------- # $Id: tag_update_page.php,v 1.1.2.2 2007-10-18 15:33:22 nuclear_eclipse Exp $ # -------------------------------------------------------- require_once( 'core.php' ); $t_core_path = config_get( 'core_path' ); require_once( $t_core_path . 'ajax_api.php' ); require_once( $t_core_path . 'tag_api.php' ); compress_enable(); $f_tag_id = gpc_get_int( 'tag_id' ); $t_tag_row = tag_get( $f_tag_id ); if ( ! ( access_has_global_level( config_get( 'tag_edit_threshold' ) ) || ( auth_get_current_user_id() == $t_tag_row['user_id'] ) && access_has_global_level( config_get( 'tag_edit_own_threshold' ) ) ) ) { access_denied(); } html_page_top1( sprintf( lang_get( 'tag_update' ), $t_tag_row['name'] ) ); html_page_top2(); ?>
> >
name="name" value=""/> '; print_user_option_list( $t_tag_row['user_id'], ALL_PROJECTS, config_get( 'tag_create_threshold' ) ); echo ''; } } else { echo user_get_name($t_tag_row['user_id']); } ?>
type="submit" class="button" value="" />