Commit 16db1ab9 authored by John Punzalan's avatar John Punzalan

Update entity form edit

parent c6c77b35
......@@ -93,6 +93,14 @@ add_thickbox();
<label for="is_investor"><input type="checkbox" name="is_investor" id="is_investor" value="on" <?php ($item)?checked( $item->is_investor, '1' ):''; ?> /> <?php _e( '', 'esi' ); ?></label>
</td>
</tr>
<tr class="row-founded-date">
<th scope="row">
<label for="acquired-date"><?php _e( 'Founded In', 'esi' ); ?></label>
</th>
<td>
<input type="date" name="founded-date" id="founded-date" class="regular-text" placeholder="<?php echo esc_attr( '', 'esi' ); ?>" value="<?php echo ($item)?esc_attr($item->founded_date):''; ?>" />
</td>
</tr>
<tr class="row-employees">
<th scope="row">
<label for="employees"><?php _e( 'Number of Employees', 'esi' ); ?></label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment