| [ Index ] |
PHP Cross Reference of GlotPress |
[Summary view] [Print] [Text view]
1 <?php 2 gp_title( sprintf( __( 'Edit Translation Set < %s < %s < GlotPress' ), $set->name, $project->name ) ); 3 gp_breadcrumb( array( 4 gp_link_project_get( $project, $project->name ), 5 gp_link_get( $url, $locale->english_name . 'default' != $set->slug? ' '.$set->name : '' ), 6 ) ); 7 gp_tmpl_header(); 8 ?> 9 <h2><?php _e( 'Edit Translation Set' ); ?></h2> 10 <form action="" method="post"> 11 <?php gp_tmpl_load( 'translation-set-form', get_defined_vars()); ?> 12 <p> 13 <input type="submit" name="submit" value="<?php echo esc_attr( __('Save') ); ?>" id="submit" /> 14 <span class="or-cancel">or <a href="javascript:history.back();">Cancel</a></span> 15 </p> 16 </form> 17 <?php gp_tmpl_footer();
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu May 24 03:59:35 2012 | Hosted by follow the white rabbit. |