[svn r20798] add button style: upload and refresh in tools see FS#3541

skala
Carlos Vargas 16 years ago
parent 535e3e1d36
commit 31edea076b
  1. 16
      main/css/academica/default.css
  2. BIN
      main/css/academica/images/button_refresh.gif
  3. BIN
      main/css/academica/images/button_upload.gif
  4. 16
      main/css/baby_orange/default.css
  5. BIN
      main/css/baby_orange/images/button_refresh.gif
  6. BIN
      main/css/baby_orange/images/button_upload.gif
  7. 20
      main/css/blue_lagoon/default.css
  8. BIN
      main/css/blue_lagoon/images/button_refresh.gif
  9. BIN
      main/css/blue_lagoon/images/button_upload.gif
  10. 20
      main/css/cool_blue/default.css
  11. BIN
      main/css/cool_blue/images/button_refresh.gif
  12. BIN
      main/css/cool_blue/images/button_upload.gif
  13. 16
      main/css/corporate/default.css
  14. BIN
      main/css/corporate/images/button_refresh.gif
  15. BIN
      main/css/corporate/images/button_upload.gif
  16. 20
      main/css/cosmic_campus/default.css
  17. BIN
      main/css/cosmic_campus/images/button_refresh.gif
  18. BIN
      main/css/cosmic_campus/images/button_upload.gif
  19. 20
      main/css/delicious_bordeaux/default.css
  20. BIN
      main/css/delicious_bordeaux/images/button_refresh.gif
  21. BIN
      main/css/delicious_bordeaux/images/button_upload.gif
  22. 21
      main/css/dokeos_blue/default.css
  23. BIN
      main/css/dokeos_blue/images/button_refresh.gif
  24. BIN
      main/css/dokeos_blue/images/button_upload.gif
  25. 18
      main/css/dokeos_classic/default.css
  26. BIN
      main/css/dokeos_classic/images/button_refresh.gif
  27. BIN
      main/css/dokeos_classic/images/button_upload.gif
  28. 16
      main/css/dokeos_classic_2D/default.css
  29. BIN
      main/css/dokeos_classic_2D/images/button_refresh.gif
  30. BIN
      main/css/dokeos_classic_2D/images/button_upload.gif
  31. 20
      main/css/empire_green/default.css
  32. BIN
      main/css/empire_green/images/button_refresh.gif
  33. BIN
      main/css/empire_green/images/button_upload.gif
  34. 20
      main/css/fruity_orange/default.css
  35. BIN
      main/css/fruity_orange/images/button_refresh.gif
  36. BIN
      main/css/fruity_orange/images/button_upload.gif
  37. 16
      main/css/medical/default.css
  38. BIN
      main/css/medical/images/button_refresh.gif
  39. BIN
      main/css/medical/images/button_upload.gif
  40. 15
      main/css/public_admin/default.css
  41. BIN
      main/css/public_admin/images/button_refresh.gif
  42. BIN
      main/css/public_admin/images/button_upload.gif
  43. 20
      main/css/royal_purple/default.css
  44. BIN
      main/css/royal_purple/images/button_refresh.gif
  45. BIN
      main/css/royal_purple/images/button_upload.gif
  46. 16
      main/css/silver_line/default.css
  47. BIN
      main/css/silver_line/images/button_refresh.gif
  48. BIN
      main/css/silver_line/images/button_upload.gif
  49. 16
      main/css/sober_brown/default.css
  50. BIN
      main/css/sober_brown/images/button_refresh.gif
  51. BIN
      main/css/sober_brown/images/button_upload.gif
  52. 20
      main/css/steel_grey/default.css
  53. BIN
      main/css/steel_grey/images/button_refresh.gif
  54. BIN
      main/css/steel_grey/images/button_upload.gif
  55. 20
      main/css/tasty_olive/default.css
  56. BIN
      main/css/tasty_olive/images/button_refresh.gif
  57. BIN
      main/css/tasty_olive/images/button_upload.gif
  58. 4
      main/document/document.inc.php
  59. 4
      main/document/upload.php
  60. 7
      main/dropbox/dropbox_functions.inc.php
  61. 4
      main/exercice/hotpotatoes.php
  62. 2
      main/upload/form.scorm.php
  63. 8
      main/work/work.php

@ -1829,17 +1829,17 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
@ -1871,6 +1871,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -1888,6 +1889,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
cursor:hand;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -1827,17 +1827,17 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
@ -1869,6 +1869,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -1886,6 +1887,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
cursor:hand;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -2276,19 +2276,19 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
background-color:#ddd;
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#efefef;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
@ -2318,6 +2318,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -2335,6 +2336,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
height:5em;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -2277,19 +2277,19 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
background-color:#ddd;
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#efefef;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
@ -2319,6 +2319,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -2336,6 +2337,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
height:5em;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -1836,17 +1836,17 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
@ -1878,6 +1878,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -1895,6 +1896,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
cursor:hand;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -1853,17 +1853,17 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
@ -1895,6 +1895,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -1908,6 +1909,19 @@ button.minus {
button.next {
background-image:url(images/button_next.gif);
}
/*including "back" image*/
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
/*including "back" image*/
button.back {
background-image:url(images/button_back.gif);

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -2277,19 +2277,19 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
background-color:#ddd;
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#efefef;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
@ -2319,6 +2319,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -2336,6 +2337,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
height:5em;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -2276,19 +2276,19 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
background-color:#ddd;
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#efefef;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
@ -2318,6 +2318,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -2335,6 +2336,16 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
height:5em;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -2567,18 +2567,19 @@ button:hover {
color:#545454;
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
@ -2610,6 +2611,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -2627,6 +2629,16 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
cursor:hand;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -2611,17 +2611,17 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
@ -2653,6 +2653,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -2670,6 +2671,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
cursor:hand;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -2277,19 +2277,19 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
background-color:#ddd;
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#efefef;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
@ -2319,6 +2319,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -2336,6 +2337,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
height:5em;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -2277,19 +2277,19 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
background-color:#ddd;
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#efefef;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
@ -2319,6 +2319,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -2336,6 +2337,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
height:5em;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -2527,17 +2527,17 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
@ -2569,6 +2569,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -2586,6 +2587,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
cursor:hand;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -2567,17 +2567,17 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
@ -2627,6 +2627,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
cursor:hand;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -2277,19 +2277,19 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
background-color:#ddd;
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#efefef;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
@ -2319,6 +2319,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -2336,6 +2337,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
height:9em;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -2248,17 +2248,17 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
@ -2290,6 +2290,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -2307,6 +2308,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
cursor:hand;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -2590,17 +2590,17 @@ button.cancel:hover {
background-color: #FFE3DE;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#D4E2F6;
}
@ -2632,6 +2632,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -2649,6 +2650,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
cursor:hand;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -2277,19 +2277,19 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
background-color:#ddd;
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#efefef;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
@ -2319,6 +2319,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -2336,6 +2337,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
height:5em;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -2276,19 +2276,19 @@ button:hover {
border-style: inset;
}
/* button with image */
button.add, button.save, button.cancel, button.search, button.login, button.plus, button.minus, button.next, button.back {
button.add, button.save, button.cancel, button.refresh, button.upload, button.search, button.login, button.plus, button.minus, button.next, button.back {
padding-left:30px;
background-position:10px;
background-repeat:no-repeat;
}
/* POSITIVE */
button.save, button.add, button.search, button.login, button.plus, button.minus, button.next, button.back {
background-color:#ddd;
button.save, button.add, button.search, button.refresh, button.upload, button.login, button.plus, button.minus, button.next, button.back {
background-color:#E5EDF9;
border-color: #D4E2F6;
}
button.save:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
button.save:hover, button.refresh:hover, button.upload:hover, button.add:hover, button.search:hover, button.login:hover, button.plus:hover, button.minus:hover, button.next:hover, button.back:hover {
border-color: #D4E2F6;
background-color:#efefef;
background-color:#D4E2F6;
}
/* NEGATIVE */
button.cancel {
@ -2318,6 +2318,7 @@ button.search {
/*including "login" image*/
button.login {
background-image:url(images/button_login.gif);
margin:2px 5px 3px 5px !important;
}
/*including "plus" image*/
button.plus {
@ -2335,6 +2336,15 @@ button.next {
button.back {
background-image:url(images/button_back.gif);
}
/*including "refresh" image*/
button.refresh {
background-image:url(images/button_refresh.gif);
}
/*including "upload" image*/
button.upload {
background-image:url(images/button_upload.gif);
}
.icon_image_content {
width:70px;
height:5em;

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

@ -1,4 +1,4 @@
<?php // $Id: document.inc.php 20672 2009-05-15 08:02:19Z pcool $
<?php // $Id: document.inc.php 20798 2009-05-18 18:13:25Z cvargas1 $
/*
==============================================================================
@ -431,7 +431,7 @@ function build_move_to_selector($folders,$curdirpath,$move_file,$group_dir='')
$form .= '<div class="row">';
$form .= ' <div class="label"></div>';
$form .= ' <div class="formw">';
$form .= ' <button type="submit" name="move_file_submit">'.get_lang('MoveFile').'</button>'."\n";
$form .= ' <button type="submit" class="next" name="move_file_submit">'.get_lang('MoveFile').'</button>'."\n";
$form .= ' </div>';
$form .= '</div>';

@ -1,4 +1,4 @@
<?php // $Id: upload.php 20420 2009-05-08 20:11:57Z herodoto $
<?php // $Id: upload.php 20798 2009-05-18 18:13:25Z cvargas1 $
/*
==============================================================================
Dokeos - elearning and course management software
@ -562,7 +562,7 @@ $form->addElement('radio', 'if_exists', get_lang('UplWhatIfFileExists'), get_lan
$form->addElement('radio', 'if_exists', '', get_lang('UplOverwriteLong'), 'overwrite');
$form->addElement('radio', 'if_exists', '', get_lang('UplRenameLong'), 'rename');
$form->addElement('style_submit_button', 'submitDocument', get_lang('SendDocument'),'class="save"');
$form->addElement('style_submit_button', 'submitDocument', get_lang('SendDocument'),'class="upload"');
$form->add_real_progress_bar('DocumentUpload','user_upload');

@ -86,6 +86,9 @@ function handle_multiple_actions()
foreach ($checked_file_ids as $key=>$value)
{
var_dump($value);
var_dump($to_cat_id);
var_dump($part);
store_move($value, $to_cat_id, $part);
}
return get_lang('FilesMoved');
@ -187,7 +190,7 @@ function display_move_form($part, $id, $target=array())
<div class="label">
</div>
<div class="formw">
<button class="save" type="submit" name="do_move" value="'.get_lang('Ok').'">'.get_lang('MoveFile').'</button>
<button class="next" type="submit" name="do_move" value="'.get_lang('Ok').'">'.get_lang('MoveFile').'</button>
</div>
</div>
';
@ -645,7 +648,7 @@ function display_add_form()
<div class="label">
</div>
<div class="formw">
<button type="Submit" class="save" name="submitWork">'.dropbox_lang("upload", "noDLTT").'</button>
<button type="Submit" class="upload" name="submitWork">'.dropbox_lang("upload", "noDLTT").'</button>
</div>
</div>
';

@ -22,7 +22,7 @@
* Code for Hotpotatoes integration.
* @package dokeos.exercise
* @author Istvan Mandak
* @version $Id: hotpotatoes.php 20234 2009-04-30 20:01:00Z cfasanando $
* @version $Id: hotpotatoes.php 20798 2009-05-18 18:13:25Z cvargas1 $
*/
@ -278,7 +278,7 @@ if((api_is_allowed_to_edit()) && (($finish == 0) || ($finish == 2)))
echo '<div style="float:left;padding:10px" >
<input type="file" name="userFile"><br /><br />
<button type="submit" class="save" name="submit" value="'.get_lang('Send').'">'.get_lang('SendFile').'</button>
<button type="submit" class="upload" name="submit" value="'.get_lang('Send').'">'.get_lang('SendFile').'</button>
</div>';
echo '<div>'.Display::display_icon('hotpotatoes.jpg','').'</div>';
echo '</div></div>';

@ -74,7 +74,7 @@ if(api_get_setting('search_enabled')=='true')
$form -> addElement ('text', $specific_field['code'], $specific_field['name'].' : ');
}
}
$form->addElement('style_submit_button','submit', get_lang('Send'),'class="save"');
$form->addElement('style_submit_button','submit', get_lang('Send'),'class="upload"');
$form->addElement('html', '<br /><br /><br />');
/*$list = get_zip_files_in_garbage();

@ -1,4 +1,4 @@
<?php //$Id: work.php 20709 2009-05-15 19:12:37Z ivantcholakov $
<?php //$Id: work.php 20798 2009-05-18 18:13:25Z cvargas1 $
/* For licensing terms, see /dokeos_license.txt */
/**
* @package dokeos.work
@ -6,7 +6,7 @@
* @author Patrick Cool <patrick.cool@UGent.be>, Ghent University - ability for course admins to specify wether uploaded documents are visible or invisible by default.
* @author Roan Embrechts, code refactoring and virtual course support
* @author Frederic Vauthier, directories management
* @version $Id: work.php 20709 2009-05-15 19:12:37Z ivantcholakov $
* @version $Id: work.php 20798 2009-05-18 18:13:25Z cvargas1 $
*
* @todo refactor more code into functions, use quickforms, coding standards, ...
*/
@ -1188,11 +1188,11 @@ if ($is_course_member) {
// fix the Ok button when we see the tool in the learn path
if ($origin== 'learnpath') {
$form->addElement('html', '<div style="margin-left:137px">');
$form->addElement('style_submit_button','submitWork', get_lang('SendFile'),array('class="save"','value="submitWork"'));
$form->addElement('style_submit_button','submitWork', get_lang('SendFile'),array('class="upload"','value="submitWork"'));
$form->addElement('html', '</div>');
} else {
//$form->addElement('submit','submitWork', get_lang('SendFile'));
$form->addElement('style_submit_button', 'submitWork', get_lang('SendFile'),array('class="save"','value="submitWork"'));
$form->addElement('style_submit_button', 'submitWork', get_lang('SendFile'),array('class="upload"','value="submitWork"'));
}
if (!empty($_POST['submitWork']) || $edit) {

Loading…
Cancel
Save