Enhancements in file upload
This commit is contained in:
parent
3c5b0b21c6
commit
de3a2e9f86
@ -22,7 +22,7 @@
|
|||||||
* \file htdocs/core/class/html.formfile.class.php
|
* \file htdocs/core/class/html.formfile.class.php
|
||||||
* \ingroup core
|
* \ingroup core
|
||||||
* \brief File of class to offer components to list and upload files
|
* \brief File of class to offer components to list and upload files
|
||||||
* \version $Id: html.formfile.class.php,v 1.41 2011/07/06 09:25:06 eldy Exp $
|
* \version $Id: html.formfile.class.php,v 1.42 2011/07/06 09:42:55 eldy Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@ -611,8 +611,9 @@ class FormFile
|
|||||||
if (empty($useinecm))
|
if (empty($useinecm))
|
||||||
{
|
{
|
||||||
print '<td align="center">';
|
print '<td align="center">';
|
||||||
$pdirthumb='thumbs/';
|
$tmp=explode('.',$file['name']);
|
||||||
if (image_format_supported($file['name']) > 0) print '<img border="0" height="'.$maxheightmini.'" src="'.DOL_URL_ROOT.'/viewimage.php?modulepart='.$modulepart.'&file='.urlencode($pdirthumb.$file['name']).'" title="">';
|
$minifile=$tmp[0].'_mini.'.$tmp[1];
|
||||||
|
if (image_format_supported($file['name']) > 0) print '<img border="0" height="'.$maxheightmini.'" src="'.DOL_URL_ROOT.'/viewimage.php?modulepart='.$modulepart.'&file='.urlencode($relativepath.'thumbs/'.$minifile).'" title="">';
|
||||||
else print ' ';
|
else print ' ';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
@ -774,12 +775,12 @@ class FormFile
|
|||||||
var max_file_size = \''.$max_file_size.'\';
|
var max_file_size = \''.$max_file_size.'\';
|
||||||
|
|
||||||
// Initialize the jQuery File Upload widget:
|
// Initialize the jQuery File Upload widget:
|
||||||
$("#fileupload").fileupload({
|
$("#fileupload").fileupload({
|
||||||
maxFileSize: max_file_size,
|
maxFileSize: max_file_size,
|
||||||
done: function (e, data) {
|
done: function (e, data) {
|
||||||
$.ajax(data).success(function () {
|
$.ajax(data).success(function () {
|
||||||
location.href=\''.$_SERVER["PHP_SELF"].'?'.$_SERVER["QUERY_STRING"].'\';
|
location.href=\''.$_SERVER["PHP_SELF"].'?'.$_SERVER["QUERY_STRING"].'\';
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
destroy: function (e, data) {
|
destroy: function (e, data) {
|
||||||
var that = $(this).data("fileupload");
|
var that = $(this).data("fileupload");
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/theme/auguria/style.css.php
|
* \file htdocs/theme/auguria/style.css.php
|
||||||
* \brief Fichier de style CSS du theme auguria
|
* \brief Fichier de style CSS du theme auguria
|
||||||
* \version $Id$
|
* \version $Id: style.css.php,v 1.86 2011/07/06 09:42:55 eldy Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
||||||
@ -1890,6 +1890,15 @@ span.cke_skin_kama { padding: 0 ! important; }
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* ============================================================================== */
|
||||||
|
/* File upload */
|
||||||
|
/* ============================================================================== */
|
||||||
|
|
||||||
|
.template-upload {
|
||||||
|
height: 72px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* Test using div instead of tables */
|
/* Test using div instead of tables */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/theme/bureau2crea/style.css.php
|
* \file htdocs/theme/bureau2crea/style.css.php
|
||||||
* \brief Fichier de style CSS du theme bureau2crea
|
* \brief Fichier de style CSS du theme bureau2crea
|
||||||
* \version $Id: style.css.php,v 1.36 2011/07/01 14:01:46 simnandez Exp $
|
* \version $Id: style.css.php,v 1.37 2011/07/06 09:42:55 eldy Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
||||||
@ -468,7 +468,7 @@ li.tmenu a {
|
|||||||
li.tmenu a:hover {
|
li.tmenu a:hover {
|
||||||
color: #a1ad23;
|
color: #a1ad23;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.tmenu .tmenusel {
|
li.tmenu .tmenusel {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
padding: 0px 10px 0px 10px;
|
padding: 0px 10px 0px 10px;
|
||||||
@ -480,7 +480,7 @@ li.tmenu .tmenusel {
|
|||||||
border-bottom: 0px solid #555555;
|
border-bottom: 0px solid #555555;
|
||||||
border-left: 1px solid #D0D0D0;
|
border-left: 1px solid #D0D0D0;
|
||||||
border-top: 1px solid #D8D8D8;
|
border-top: 1px solid #D8D8D8;
|
||||||
background: #606060;
|
background: #606060;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -512,7 +512,7 @@ li.tmenusel a:hover {
|
|||||||
li.tmenu a.tmenudisabled {
|
li.tmenu a.tmenudisabled {
|
||||||
color: #CCC;
|
color: #CCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- end nav --- */
|
/* --- end nav --- */
|
||||||
|
|
||||||
|
|
||||||
@ -2046,3 +2046,13 @@ div.leftContent {
|
|||||||
}
|
}
|
||||||
span.cke_skin_kama { padding: 0 !important; }
|
span.cke_skin_kama { padding: 0 !important; }
|
||||||
.cke_wrapper { padding: 4px !important; }
|
.cke_wrapper { padding: 4px !important; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* ============================================================================== */
|
||||||
|
/* File upload */
|
||||||
|
/* ============================================================================== */
|
||||||
|
|
||||||
|
.template-upload {
|
||||||
|
height: 72px !important;
|
||||||
|
}
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/theme/eldy/style.css.php
|
* \file htdocs/theme/eldy/style.css.php
|
||||||
* \brief Fichier de style CSS du theme Cameleo
|
* \brief Fichier de style CSS du theme Cameleo
|
||||||
* \version $Id$
|
* \version $Id: style.css.php,v 1.5 2011/07/06 09:42:55 eldy Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
||||||
@ -2068,14 +2068,11 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
|||||||
span.cke_skin_kama { padding: 0 !important; }
|
span.cke_skin_kama { padding: 0 !important; }
|
||||||
.cke_wrapper { padding: 4px !important; }
|
.cke_wrapper { padding: 4px !important; }
|
||||||
|
|
||||||
#label
|
|
||||||
{
|
|
||||||
text-align: right;
|
|
||||||
color: #666;
|
|
||||||
}
|
|
||||||
|
|
||||||
#value
|
/* ============================================================================== */
|
||||||
{
|
/* File upload */
|
||||||
font-weight: bold;
|
/* ============================================================================== */
|
||||||
padding: 0 0px 0 10px;
|
|
||||||
}
|
.template-upload {
|
||||||
|
height: 72px !important;
|
||||||
|
}
|
||||||
@ -21,7 +21,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/theme/eldy/style.css.php
|
* \file htdocs/theme/eldy/style.css.php
|
||||||
* \brief Fichier de style CSS du theme Eldy
|
* \brief Fichier de style CSS du theme Eldy
|
||||||
* \version $Id: style.css.php,v 1.81 2011/07/06 09:25:06 eldy Exp $
|
* \version $Id: style.css.php,v 1.82 2011/07/06 09:42:55 eldy Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
||||||
@ -1886,28 +1886,9 @@ span.cke_skin_kama { padding: 0 !important; }
|
|||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* CKEditor */
|
/* File upload */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
.fileupload-content
|
|
||||||
{
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
.ui-corner-br
|
|
||||||
{
|
|
||||||
border-bottom-right-radius: 0 !important;
|
|
||||||
}
|
|
||||||
.ui-corner-bl
|
|
||||||
{
|
|
||||||
border-bottom-left-radius: 0 !important;
|
|
||||||
}
|
|
||||||
.files td {
|
|
||||||
height: 18px !important;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
.files {
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
.template-upload {
|
.template-upload {
|
||||||
height: 72px !important;
|
height: 72px !important;
|
||||||
}
|
}
|
||||||
@ -20,7 +20,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/theme/freelug/style.css.php
|
* \file htdocs/theme/freelug/style.css.php
|
||||||
* \brief Fichier de style CSS du theme Freelug
|
* \brief Fichier de style CSS du theme Freelug
|
||||||
* \version $Id$
|
* \version $Id: style.css.php,v 1.40 2011/07/06 09:42:55 eldy Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
||||||
@ -1469,3 +1469,12 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
|||||||
}
|
}
|
||||||
span.cke_skin_kama { padding: 0 ! important; }
|
span.cke_skin_kama { padding: 0 ! important; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* ============================================================================== */
|
||||||
|
/* File upload */
|
||||||
|
/* ============================================================================== */
|
||||||
|
|
||||||
|
.template-upload {
|
||||||
|
height: 72px !important;
|
||||||
|
}
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/theme/yellow/style.css.php
|
* \file htdocs/theme/yellow/style.css.php
|
||||||
* \brief Fichier de style CSS du theme Yellow
|
* \brief Fichier de style CSS du theme Yellow
|
||||||
* \version $Id$
|
* \version $Id: style.css.php,v 1.41 2011/07/06 09:42:55 eldy Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
|
||||||
@ -1518,3 +1518,12 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
|||||||
}
|
}
|
||||||
span.cke_skin_kama { padding: 0 ! important; }
|
span.cke_skin_kama { padding: 0 ! important; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* ============================================================================== */
|
||||||
|
/* File upload */
|
||||||
|
/* ============================================================================== */
|
||||||
|
|
||||||
|
.template-upload {
|
||||||
|
height: 72px !important;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user