Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
schoradt committed Jan 23, 2018
2 parents e7aab45 + 9e24da0 commit bf02854
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -21,10 +21,10 @@
}
],
"require": {
"yiisoft/yii2": "~2.0.0",
"yiisoft/yii2-bootstrap": "~2.0.0",
"2amigos/yii2-gallery-widget": "~1.0",
"bower-asset/blueimp-file-upload": "~9.9"
"yiisoft/yii2": "^2.0.0",
"yiisoft/yii2-bootstrap": "^2.0.0",
"2amigos/yii2-gallery-widget": "^1.0",
"bower-asset/blueimp-file-upload": "^9.9"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
Expand Down
1 change: 1 addition & 0 deletions src/messages/fr/fileupload.php
Expand Up @@ -25,4 +25,5 @@
'Error' => 'Erreur',
'Delete' => 'Supprimer',
'Processing' => 'Chargement',
'Select file...' => 'Sélectionner un fichier...',
];
6 changes: 3 additions & 3 deletions tests/data/test-file-upload-ui.bin
Expand Up @@ -85,7 +85,7 @@
<!-- The file upload form used as target for the file upload widget -->
<div id="model-test-fileupload" data-upload-template-id="template-upload" data-download-template-id="template-download"> <!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
<div class="row fileupload-buttonbar">
<div class="col-lg-7">
<div class="col-lg-12">
<!-- The fileinput-button span is used to style the file input field as button -->
<span class="btn btn-success fileinput-button">
<i class="glyphicon glyphicon-plus"></i>
Expand Down Expand Up @@ -209,7 +209,7 @@
<!-- The file upload form used as target for the file upload widget -->
<div id="w2-fileupload" data-upload-template-id="template-upload" data-download-template-id="template-download"> <!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
<div class="row fileupload-buttonbar">
<div class="col-lg-7">
<div class="col-lg-12">
<!-- The fileinput-button span is used to style the file input field as button -->
<span class="btn btn-success fileinput-button">
<i class="glyphicon glyphicon-plus"></i>
Expand Down Expand Up @@ -333,7 +333,7 @@
<!-- The file upload form used as target for the file upload widget -->
<div id="custom-id-fileupload" data-upload-template-id="template-upload" data-download-template-id="template-download"> <!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
<div class="row fileupload-buttonbar">
<div class="col-lg-7">
<div class="col-lg-12">
<!-- The fileinput-button span is used to style the file input field as button -->
<span class="btn btn-success fileinput-button">
<i class="glyphicon glyphicon-plus"></i>
Expand Down

0 comments on commit bf02854

Please sign in to comment.