Revision 1024
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
01-July-2009 Matthias Gallas |
15 |
! Minor tweaks in pages_sections.htt |
|
15 | 16 |
+ Added posibility to upload and unzip .zip packages to media section |
16 | 17 |
(Thanks to BerndJM) |
17 | 18 |
! Updated Browse Media Window in wb_theme now supports file icons, more file |
trunk/wb/templates/classic_theme/templates/pages_sections.htt | ||
---|---|---|
75 | 75 |
</tr> |
76 | 76 |
<!-- END section_block --> |
77 | 77 |
<tr> |
78 |
<td align="left" colspan="{DEBUG_COLSPAN_SIZE}"><input type="submit" name="save" value="{TEXT_SAVE}" class="input_medium" /></td>
|
|
78 |
<td align="right" colspan="{DEBUG_COLSPAN_SIZE}"><input type="submit" name="save" value="{TEXT_SAVE}" class="input_medium" /></td>
|
|
79 | 79 |
</tr> |
80 | 80 |
</table> |
81 | 81 |
</form> |
... | ... | |
85 | 85 |
<input type="hidden" name="page_id" value="{VAR_PAGE_ID}" /> |
86 | 86 |
<table cellpadding="5" cellspacing="0" border="0" align="center" width="100%"> |
87 | 87 |
<tr> |
88 |
<td > |
|
89 |
<input type="submit" name="submit" value="{TEXT_ADD}" class="input_medium" /> |
|
90 |
</td> |
|
91 | 88 |
<td width="100%"> |
92 | 89 |
<select name="module" class="input_full"> |
93 | 90 |
<!-- BEGIN module_block --> |
... | ... | |
95 | 92 |
<!-- END module_block --> |
96 | 93 |
</select> |
97 | 94 |
</td> |
95 |
<td > |
|
96 |
<input type="submit" name="submit" value="{TEXT_ADD}" class="input_medium" /> |
|
97 |
</td> |
|
98 | 98 |
</tr> |
99 | 99 |
</table> |
100 | 100 |
</form> |
trunk/wb/templates/wb_theme/templates/pages_sections.htt | ||
---|---|---|
75 | 75 |
</tr> |
76 | 76 |
<!-- END section_block --> |
77 | 77 |
<tr> |
78 |
<td align="left" colspan="{DEBUG_COLSPAN_SIZE}"><input type="submit" name="save" value="{TEXT_SAVE}" class="input_medium" /></td>
|
|
78 |
<td align="right" colspan="{DEBUG_COLSPAN_SIZE}"><input type="submit" name="save" value="{TEXT_SAVE}" class="input_medium" /></td>
|
|
79 | 79 |
</tr> |
80 | 80 |
</table> |
81 | 81 |
</form> |
... | ... | |
85 | 85 |
<input type="hidden" name="page_id" value="{VAR_PAGE_ID}" /> |
86 | 86 |
<table cellpadding="5" cellspacing="0" border="0" align="center" width="100%"> |
87 | 87 |
<tr> |
88 |
<td > |
|
89 |
<input type="submit" name="submit" value="{TEXT_ADD}" class="input_medium" /> |
|
90 |
</td> |
|
91 | 88 |
<td width="100%"> |
92 | 89 |
<select name="module" class="input_full"> |
93 | 90 |
<!-- BEGIN module_block --> |
... | ... | |
95 | 92 |
<!-- END module_block --> |
96 | 93 |
</select> |
97 | 94 |
</td> |
95 |
<td > |
|
96 |
<input type="submit" name="submit" value="{TEXT_ADD}" class="input_medium" /> |
|
97 |
</td> |
|
98 | 98 |
</tr> |
99 | 99 |
</table> |
100 | 100 |
</form> |
Also available in: Unified diff
Minor tweaks in pages_sections.htt