Skip to content

Instantly share code, notes, and snippets.

@Freso
Last active December 10, 2015 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Freso/4469870 to your computer and use it in GitHub Desktop.
Save Freso/4469870 to your computer and use it in GitHub Desktop.
<tr class="addnew">
<td class="select">
<input class="newrecording recordingmatch" name="select-recording-0-3" id="select-recording-0-3-addnew" type="radio">
</td>
<td class="recording" colspan="3"><label for="select-recording-0-3-addnew">Add a new recording</label></td>
</tr>
<tr class="addnew">
<td class="select">
<input type="radio" class="newrecording recordingmatch"
[%- IF addnew_is_default %] checked="checked"[%- END -%]
[%- IF name %] name="[% name %]" id="[% name %]-addnew"[%- END -%] />
</td>
<td class="recording" colspan="3"><label for="[% name %]-addnew">[% l('Add a new recording') %]</label></td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment