Revision 74
Added by stefan over 19 years ago
trunk/wb/modules/htmlarea/htmlarea/popups/insert_image.php | ||
---|---|---|
31 | 31 |
$admin = new admin('Pages', 'pages_modify', false); |
32 | 32 |
|
33 | 33 |
// Setup the template |
34 |
$template = new Template(WB_PATH.'/include/htmlarea/popups');
|
|
34 |
$template = new Template(WB_PATH.'/modules/htmlarea/htmlarea/popups');
|
|
35 | 35 |
$template->set_file('page', 'insert_image.html'); |
36 | 36 |
$template->set_block('page', 'main_block', 'main'); |
37 | 37 |
|
trunk/wb/modules/htmlarea/htmlarea/popups/link.html | ||
---|---|---|
203 | 203 |
} |
204 | 204 |
</style> |
205 | 205 |
|
206 |
<iframe src="{WB_URL}/include/htmlarea/popups/list_media.php?folder={DIRECTORY}&popup={POPUP}" style="width: 245px; height: 320px;"></iframe>
|
|
206 |
<iframe src="{WB_URL}/modules/htmlarea/htmlarea/popups/list_media.php?folder={DIRECTORY}&popup={POPUP}" style="width: 245px; height: 320px;"></iframe>
|
|
207 | 207 |
|
208 | 208 |
</form> |
209 | 209 |
|
trunk/wb/modules/htmlarea/htmlarea/popups/insert_image.html | ||
---|---|---|
135 | 135 |
} |
136 | 136 |
</style> |
137 | 137 |
|
138 |
<iframe src="{WB_URL}/include/htmlarea/popups/list_media.php?folder={DIRECTORY}&popup={POPUP}" style="width: 245px; height: 320px;"></iframe>
|
|
138 |
<iframe src="{WB_URL}/modules/htmlarea/htmlarea/popups/list_media.php?folder={DIRECTORY}&popup={POPUP}" style="width: 245px; height: 320px;"></iframe>
|
|
139 | 139 |
|
140 | 140 |
</form> |
141 | 141 |
|
Also available in: Unified diff
Fixed more path bugs concerning the htmlarea module transition.