GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
includes
extensions
entry-notes
partials
note-row-editable.php
Go to the documentation of this file.
1
<?php
2
/**
3
* Display a note row, with editing options
4
*
5
* @since 1.17
6
*/
7
?>
8
<tr
class
=
"{row_class}"
>
9
<th
class
=
"check-column"
scope=
"row"
>
10
<input type=
"checkbox"
value=
"{note_id}"
name=
"note[]"
/>
11
</th>
12
<td
class
=
"entry-detail-note"
>
13
{note_detail}
14
</td>
15
</tr>