@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Created by PhpStorm. |
|
4 | - * User: Rafidion Michael |
|
5 | - * Date: 30/11/2014 |
|
6 | - * Time: 17:41 |
|
7 | - */ |
|
3 | + * Created by PhpStorm. |
|
4 | + * User: Rafidion Michael |
|
5 | + * Date: 30/11/2014 |
|
6 | + * Time: 17:41 |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | namespace Mykees\MediaBundle\Twig\Extension; |
10 | 10 |
@@ -58,7 +58,7 @@ |
||
58 | 58 | |
59 | 59 | return '<iframe src="'.$url.'" style="width:100%;border: none;min-height:100%;" class="iframe-uploader"> |
60 | 60 | </iframe>'; |
61 | - } else { |
|
61 | + }else { |
|
62 | 62 | return '<h3 style="font-weight: bold;text-align: center;color:#777"> |
63 | 63 | The <span style="color:#DD6F6F;border-bottom:2px dashed #777;">ID</span> |
64 | 64 | from your entity <span style="color:#DD6F6F;border-bottom:2px dashed #777;">'.$model. |