| [ Index ] |
PHP Cross Reference of GlotPress |
[Summary view] [Print] [Text view]
1 <?php 2 gp_title( sprintf( __( 'Edit Project %s < GlotPress' ), $project->name ) ); 3 gp_breadcrumb_project( $project ); 4 gp_tmpl_header(); 5 ?> 6 <h2><?php echo wptexturize( sprintf( __('Edit project "%s"'), esc_html( $project->name ) ) ); ?></h2> 7 <form action="" method="post"> 8 <?php gp_tmpl_load( 'project-form', get_defined_vars()); ?> 9 <p> 10 <input type="submit" name="submit" value="<?php echo esc_attr( __('Save') ); ?>" 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. |