<?php

// @GET field id to edit.
$password_reset_id = absint($_GET['password-reset']);
// get the password reset row for the id
$edit_password_reset = PROFILEPRESS_sql::sql_edit_password_reset_builder($password_reset_id);
require_once VIEWS . '/include.settings-page-tab.php';
?>
<br/>
<a class="button-secondary" href="?page=<?php 
echo PASSWORD_RESET_BUILDER_SETTINGS_PAGE_SLUG;
?>
"
   title="Back to Catalog">Back to Catalog</a>

<div id="poststuff" class="ppview">

	<div id="post-body" class="metabox-holder columns-2">
<div id="post-body-content">

			<div class="meta-box-sortables ui-sortable">
				<form method="post">
					<div class="postbox">
						<div class="handlediv" title="Click to toggle"><br></div>
						<h3 class="hndle ui-sortable-handle"><span>Edit Password Reset Form</span></h3>

						<div class="inside">
							<table class="form-table">
								<tr>
									<th scope="row"><label for="title"><?php 
_e('Theme Name', 'profilepress');