- Timestamp:
- 08/26/08 22:01:11
(3 months ago)
- Author:
- scitech
- Message:
Fixed #1508: Don't show the Member of group line on protected_user_assign.php if no group memberships Fixed #1468: Are you sure you want to delete %s? | custumers domain management Fixed #1503: Debian Etch postfix-tls is a virtual package of postfix Fixed #1485: master.cf in gentoo shouldn't have default of chroot for smtp (thanks pgentoo)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1290 |
r1334 |
|
| 9 | 9 | <script type="text/javascript"> |
|---|
| 10 | 10 | <!-- |
|---|
| 11 | | function action_delete(url) { |
|---|
| 12 | | if (!confirm("{TR_MESSAGE_DELETE}")) |
|---|
| | 11 | function action_delete(url,alias_or_subdomain) { |
|---|
| | 12 | if (!confirm(sprintf("{TR_MESSAGE_DELETE}", alias_or_subdomain))) |
|---|
| 13 | 13 | return false; |
|---|
| 14 | 14 | location = url; |
|---|
| r1295 |
r1334 |
|
| 53 | 53 | <td colspan="3" class="content3"><strong>{UNAME}</strong></td> |
|---|
| 54 | 54 | </tr> |
|---|
| | 55 | <!-- BDP: in_group --> |
|---|
| 55 | 56 | <tr> |
|---|
| 56 | 57 | <td width="25"> </td> |
|---|
| … | … | |
| 66 | 67 | </td> |
|---|
| 67 | 68 | </tr> |
|---|
| | 69 | <!-- EDP: in_group --> |
|---|
| | 70 | <!-- BDP: not_in_group --> |
|---|
| 68 | 71 | <tr> |
|---|
| 69 | | <td> </td> |
|---|
| 70 | | <td class="content2"> {TR_SELECT_GROUP}</td> |
|---|
| | 72 | <td width="25"> </td> |
|---|
| | 73 | <td width="200" class="content2"> {TR_SELECT_GROUP}</td> |
|---|
| 71 | 74 | <td class="content"><select name="groups"> |
|---|
| 72 | 75 | <!-- BDP: grp_avlb --> |
|---|
| … | … | |
| 80 | 83 | </td> |
|---|
| 81 | 84 | </tr> |
|---|
| | 85 | <!-- EDP: not_in_group --> |
|---|
| 82 | 86 | <tr> |
|---|
| 83 | 87 | <td> </td> |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>