diff options
author | plegall <plg@piwigo.org> | 2012-03-01 16:18:31 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-03-01 16:18:31 +0000 |
commit | d53c5e454a43d4b7e3cfb64f4b7d969c3819ca1c (patch) | |
tree | 40b556fbafd587a3b74e07673dfbf39ba16bcab4 /admin/themes/default/template/photos_add_direct.tpl | |
parent | c0bdb8a765065429193d2d78a707031451d4abab (diff) |
feature 2584: redesign on add photos screens
[Administration > Photos > Add] tabs become: {Web Form, Applications, FTP + Synchronization}
admin screen for pLoader is replaced by a more generic screen for applications
thanks to multisize, FTP+sync method becomes simpler
git-svn-id: http://piwigo.org/svn/trunk@13451 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/photos_add_direct.tpl')
-rw-r--r-- | admin/themes/default/template/photos_add_direct.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl index 5d3c1fbd6..3ebfff1d4 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -218,7 +218,7 @@ var sizeLimit = Math.round({$upload_max_filesize} / 1024); /* in KBytes */ {/footer_script} <div class="titrePage"> - <h2>{'Upload Photos'|@translate}</h2> + <h2>{'Upload Photos'|@translate} {$TABSHEET_TITLE}</h2> </div> <div id="photosAddContent"> |