Modify ↓
Opened 9 years ago
Closed 9 years ago
#1073 closed Bug/Fehler (fixed)
Kategorien standardmäßig aktiviert anlegen
| Reported by: | Torsten Riemer | Owned by: | somebody |
|---|---|---|---|
| Priority: | hoch | Milestone: | modified-shop-2.0.2.0 |
| Component: | Admin | Version: | 2.0.0.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Lange frage ich mich schon wieso wir Kategorien standardmäßig immer deaktiviert anlegen? Hat das einen bestimmten Grund?
Datei "/admin/includes/modules/new_categors.php" Zeile 95:
<td class="main"><?php echo draw_on_off_selection('status', $category_status_array, ($cInfo->categories_status == '1' ? true : false), 'style="width: 155px"'); ?></td>
Ändern in:
<td class="main"><?php echo draw_on_off_selection('status', $category_status_array, ($cInfo->categories_status == '0' ? false : true), 'style="width: 155px"'); ?></td>
Attachments (0)
Note:
See TracTickets
for help on using tickets.

In 10457: