Merged prowl notifications from Calimerorulez

This commit is contained in:
Remy Varma
2012-01-27 11:36:10 +00:00
10 changed files with 1460 additions and 9 deletions

View File

@@ -321,6 +321,14 @@
<br><br>
<h3>Log Directory:</h3><input type="text" name="log_dir" value="${config['log_dir']}" size="50">
</td>
<td>
<h2>Prowl Notification:</h2>
<br>
<h3><input type="checkbox" name="prowl_enabled" value="1" ${config['prowl_enabled']} />Enabled?</h3><br>
<h3>API key:</h3><input type="text" name="prowl_keys" value="${config['prowl_keys']}" size="50"><br><br>
<h3><input type="checkbox" name="prowl_onsnatch" value="1" ${config['prowl_onsnatch']} />Notify on snatch?</h3><br>
<h3>Priority (-2,-1,0,1 or 2):</h3><input type="text" name="prowl_priority" value="${config['prowl_priority']}" size="2">
</td>
</tr>
<tr>
<td>
@@ -454,4 +462,4 @@
});
});
</script>
</%def>
</%def>