summaryrefslogtreecommitdiffstats
path: root/templates/show_random_rules.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-01 02:35:42 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-01 02:35:42 +0000
commite474991d13f41a56e85b4966e156973d33833e6c (patch)
tree690e3e2b9b2c009153d8d319ba8e4a15de6499c9 /templates/show_random_rules.inc.php
parentc9ccb05a40c08aadc2defeaf48e84032ae5c0a0c (diff)
downloadampache-e474991d13f41a56e85b4966e156973d33833e6c.tar.gz
ampache-e474991d13f41a56e85b4966e156973d33833e6c.tar.bz2
ampache-e474991d13f41a56e85b4966e156973d33833e6c.zip
Resolve #401 new database update, reset album thumbs and use resized art...
Diffstat (limited to 'templates/show_random_rules.inc.php')
-rw-r--r--templates/show_random_rules.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/show_random_rules.inc.php b/templates/show_random_rules.inc.php
index 4e9d30c3..4593ee82 100644
--- a/templates/show_random_rules.inc.php
+++ b/templates/show_random_rules.inc.php
@@ -25,12 +25,14 @@
<col id="col_field" />
<col id="col_operator" />
<col id="col_value" />
+ <col id="col_method" />
<col id="col_action" />
</colgroup>
<tr class="th-top">
<th class="col_field"><?php echo _('Field'); ?></th>
<th class="col_operator"><?php echo _('Operator'); ?></th>
<th class="col_value"><?php echo _('Value'); ?></th>
+ <th class="col_method"><?php echo _('Method'); ?></th>
<th class="col_action"><?php echo _('Action'); ?></th>
</tr>
<tr>
@@ -38,6 +40,7 @@
<td></td>
<td></td>
<td></td>
+ <td></td>
</tr>
</table>
<?php show_box_bottom(); ?>