Actions
Feature #2137
openfeature for creating subfolder for the recording when creating a new timer
Start date:
03/24/2015
Due date:
% Done:
0%
Estimated time:
Description
i havent found something to push with git..... but im new with that :)
this help a lot for me choosing subfolder when creating new recordings by hand :-)
git diff d7933dd2d23e1c70263b55627d9801af74a9d813
diff --git a/template/default/timer_new.html b/template/default/timer_new.html
index eaf8319..b466282 100644
--- a/template/default/timer_new.html
+++ b/template/default/timer_new.html
@@ -162,7 +162,15 @@
</tr>
<tr class="<?% tr_class %?>">
<?% tr_class = (tr_class == "row_odd" ? "row_even" : "row_odd") %?>
- <td class="col_label"><h5><?% gettext('Title of Recording:') %?></h5></td>
+ <td class="col_label"><h5><?% gettext('Title of Recording:') %?></h5>
+ (add: <a href="#" onClick="document.form.title.value='Kino~'+document.form.title.value;">Kino</a>,
+ <a href="#" onClick="document.form.title.value='Serie~'+document.form.title.value;">Serie</a>,
+ <a href="#" onClick="document.form.title.value='Doku~'+document.form.title.value;">Doku</a>,
+ <a href="#" onClick="document.form.title.value='DokuSerie~'+document.form.title.value;">DokuSerie</a>,
+ <a href="#" onClick="document.form.title.value='tbc~'+document.form.title.value;">tbc</a>,
+ <a href="#" onClick="document.form.title.value='Radio~'+document.form.title.value;">Radio</a>
+ )
+ </td>
<td class="col_value"><input type="text" name="title" value="<?% title | html %?>" size="80" /></td>
</tr>
<tr class="<?% tr_class %?>">
Actions