summaryrefslogtreecommitdiffstats
path: root/templates/show_mail_users.inc.php
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-26 03:00:32 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-26 03:38:46 -0500
commitef4d3660605efc7f1328d4533b0f4bfb6c1107e2 (patch)
treee4377fb129a899e65aaaf421f8c97098aecaedd5 /templates/show_mail_users.inc.php
parent8a750c3e875d590d351c3042570a134fcdf03e5d (diff)
downloadampache-ef4d3660605efc7f1328d4533b0f4bfb6c1107e2.tar.gz
ampache-ef4d3660605efc7f1328d4533b0f4bfb6c1107e2.tar.bz2
ampache-ef4d3660605efc7f1328d4533b0f4bfb6c1107e2.zip
Cosmetics: death to tabs
The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree.
Diffstat (limited to 'templates/show_mail_users.inc.php')
-rw-r--r--templates/show_mail_users.inc.php102
1 files changed, 51 insertions, 51 deletions
diff --git a/templates/show_mail_users.inc.php b/templates/show_mail_users.inc.php
index 91af8eb0..68fee0fe 100644
--- a/templates/show_mail_users.inc.php
+++ b/templates/show_mail_users.inc.php
@@ -1,5 +1,5 @@
<?php
-/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
+/* vim:set softtabstop=4 shiftwidth=4 expandtab: */
/**
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
@@ -31,66 +31,66 @@
<option value="all" title="Mail Everyone"><?php echo T_('All'); ?></option>
<option value="users" title="Mail Users"><?php echo T_('User'); ?></option>
<option value="admins" title="Mail Admins"><?php echo T_('Admin'); ?></option>
- <option value="inactive" title="Mail Inactive Users"><?php echo T_('Inactive Users'); ?>&nbsp;</option>
+ <option value="inactive" title="Mail Inactive Users"><?php echo T_('Inactive Users'); ?>&nbsp;</option>
</select>
</td>
</tr>
<!--
<tr>
<td colspan="2">
- <table>
- <tr>
- <td><?php echo T_('Catalog Statistics'); ?>:</td>
- <td>
- <input type="checkbox" name="cat_stats" value="yes" />
- </td>
- <td><?php echo T_('Most Popular Albums'); ?>:</td>
- <td>
- <input type="checkbox" name="pop_albums" value="yes" />
- </td>
- </tr>
+ <table>
+ <tr>
+ <td><?php echo T_('Catalog Statistics'); ?>:</td>
+ <td>
+ <input type="checkbox" name="cat_stats" value="yes" />
+ </td>
+ <td><?php echo T_('Most Popular Albums'); ?>:</td>
+ <td>
+ <input type="checkbox" name="pop_albums" value="yes" />
+ </td>
+ </tr>
- <tr>
- <td><?php echo T_('Latest Artist Additions'); ?>:</td>
- <td>
- <input type="checkbox" name="new_artists" value="yes" />
- </td>
- <td><?php echo T_('Most Popular Artists'); ?>:</td>
- <td>
- <input type="checkbox" name="pop_artists" value="yes" />
- </td>
- </tr>
+ <tr>
+ <td><?php echo T_('Latest Artist Additions'); ?>:</td>
+ <td>
+ <input type="checkbox" name="new_artists" value="yes" />
+ </td>
+ <td><?php echo T_('Most Popular Artists'); ?>:</td>
+ <td>
+ <input type="checkbox" name="pop_artists" value="yes" />
+ </td>
+ </tr>
- <tr>
- <td><?php echo T_('Latest Album Additions'); ?>:</td>
- <td>
- <input type="checkbox" name="new_albums" value="yes" />
- </td>
- <td><?php echo T_('Most Popular Songs'); ?>:</td>
- <td>
- <input type="checkbox" name="pop_songs" value="yes" />
- </td>
- </tr>
- <tr>
- <td><?php echo T_('Flagged Songs'); ?>:</td>
- <td>
- <input type="checkbox" name="flagged" value="yes" />
- </td>
- <td><?php echo T_('Disabled Songs'); ?>:</td>
- <td>
- <input type="checkbox" name="disabled" value="yes" />
- </td>
+ <tr>
+ <td><?php echo T_('Latest Album Additions'); ?>:</td>
+ <td>
+ <input type="checkbox" name="new_albums" value="yes" />
+ </td>
+ <td><?php echo T_('Most Popular Songs'); ?>:</td>
+ <td>
+ <input type="checkbox" name="pop_songs" value="yes" />
+ </td>
+ </tr>
+ <tr>
+ <td><?php echo T_('Flagged Songs'); ?>:</td>
+ <td>
+ <input type="checkbox" name="flagged" value="yes" />
+ </td>
+ <td><?php echo T_('Disabled Songs'); ?>:</td>
+ <td>
+ <input type="checkbox" name="disabled" value="yes" />
+ </td>
- </tr>
+ </tr>
- <tr>
- <td colspan = "2"><?php echo T_('Most Popular Threshold in days'); ?>:</td>
- <td>
- <input type="text" name="threshold" size="3" value="<?php echo Config::get('popular_threshold'); ?>" />
- </td>
- </tr>
+ <tr>
+ <td colspan = "2"><?php echo T_('Most Popular Threshold in days'); ?>:</td>
+ <td>
+ <input type="text" name="threshold" size="3" value="<?php echo Config::get('popular_threshold'); ?>" />
+ </td>
+ </tr>
- </table>
+ </table>
</td>
</tr>
-->
@@ -99,7 +99,7 @@
<td>
<select name="from">
<option value="self" title="Self"><?php echo T_('Yourself'); ?></option>
- <option value="system" title="System"><?php echo T_('Ampache'); ?></option>
+ <option value="system" title="System"><?php echo T_('Ampache'); ?></option>
</select>
</td>
</tr>