| [ Index ] |
PHP Cross Reference of GlotPress |
[Summary view] [Print] [Text view]
1 <?php 2 gp_title( __( 'Create New Translation Set < GlotPress' ) ); 3 $project? gp_breadcrumb_project( $project ) : gp_breadcrumb( array( __('New Translation Set') ) ); 4 gp_tmpl_header(); 5 ?> 6 <h2><?php _e( 'Create New Translation Set' ); ?></h2> 7 <form action="" method="post"> 8 <?php gp_tmpl_load( 'translation-set-form', get_defined_vars()); ?> 9 <p> 10 <input type="submit" name="submit" value="<?php echo esc_attr( __('Create') ); ?>" id="submit" /> 11 <span class="or-cancel">or <a href="javascript:history.back();">Cancel</a></span> 12 </p> 13 </form> 14 <?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. |