- Replace all #content by .content in Sylvia theme.css.

- In LocalFiles Editor, show error message when creating new template file with empty filename.

git-svn-id: http://piwigo.org/svn/trunk@2906 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2008-11-24 22:35:56 +00:00
parent 8a4f579994
commit ac56adb8b1
7 changed files with 21 additions and 12 deletions
@@ -51,5 +51,6 @@ $lang['locfiledit_parent_directory'] = 'Expediente allegado';
$lang['locfiledit_filename_error'] = 'Carácteres prohibidos en el nombre del fichero.';
$lang['locfiledit_file_already_exists'] = 'El fichero ya existe.';
$lang['locfiledit_model_error'] = 'Por favor, seleccione un modelo.';
/* TODO */ $lang['locfiledit_empty_filename'] = 'You must fill file name.';
?>