diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-01 02:35:42 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-01 02:35:42 +0000 |
commit | e474991d13f41a56e85b4966e156973d33833e6c (patch) | |
tree | 690e3e2b9b2c009153d8d319ba8e4a15de6499c9 /templates/show_random_rules.inc.php | |
parent | c9ccb05a40c08aadc2defeaf48e84032ae5c0a0c (diff) | |
download | ampache-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.php | 3 |
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(); ?> |