diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-19 00:48:45 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-19 00:48:45 +0000 |
| commit | 5ca17fd273c19a2d9fbff11d3c4bcf426d2cc6a9 (patch) | |
| tree | 0168a413111b445342469f28e20d0ff21689fc15 /core/views/welcome.html.php | |
| parent | 77c97daa3725bb92690e38d52b0619843fede3ef (diff) | |
Allow server-side adding of images to other albums than the root
Diffstat (limited to 'core/views/welcome.html.php')
| -rw-r--r-- | core/views/welcome.html.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 7f3d27a9..82043499 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -268,6 +268,8 @@ <input type="submit" value="upload"/> <input type="text" name="path" size="70" value="<?= cookie::get("add_photos_path") ?>" /> + <br> + Album id: <input name="parent_id" type="text" size="3" value="1"/> </form> </fieldset> <fieldset> |
