diff options
author | alecpl <alec@alec.pl> | 2010-10-17 17:43:05 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-10-17 17:43:05 +0000 |
commit | 4438d667609406abd969872f262d6a11b0e28b72 (patch) | |
tree | 24fe07387c591f7dea262751e8f070fd5a6a0f09 /skins/default/templates/mail.html | |
parent | 4c6a61a68405efc148c5af75bbd8dbae1771b1eb (diff) |
- Add separate column for message status icon (#1486665)
Diffstat (limited to 'skins/default/templates/mail.html')
-rw-r--r-- | skins/default/templates/mail.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 1e444f839..08469faa0 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -189,6 +189,7 @@ <li><input type="checkbox" name="list_col[]" value="cc" id="cols_cc" /><label for="cols_cc"><roundcube:label name="cc" /></label></li> <li><input type="checkbox" name="list_col[]" value="date" id="cols_date" /><label for="cols_date"><roundcube:label name="date" /></label></li> <li><input type="checkbox" name="list_col[]" value="size" id="cols_size" /><label for="cols_size"><roundcube:label name="size" /></label></li> + <li><input type="checkbox" name="list_col[]" value="status" id="cols_status" /><label for="cols_status"><roundcube:label name="readstatus" /></label></li> <li><input type="checkbox" name="list_col[]" value="attachment" id="cols_attachment" /><label for="cols_attachment"><roundcube:label name="attachment" /></label></li> <li><input type="checkbox" name="list_col[]" value="flag" id="cols_flag" /><label for="cols_flag"><roundcube:label name="flag" /></label></li> </ul> |