Changeset 2691
- Timestamp:
- Oct 27, 2016, 11:44:14 AM (4 years ago)
- Location:
- admin-center/trunk/fuentes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin-center/trunk/fuentes/admin-center.install/usr/share/admin-center/css/main.css
r2682 r2691 216 216 text-align: left; 217 217 transition: all 0.5s; 218 z-index: 10001; 218 219 } 219 220 -
admin-center/trunk/fuentes/admin-center.install/usr/share/admin-center/lib/utils.js
r2672 r2691 596 596 }*/ 597 597 598 UtilsClass.prototype.showHelp=function showHelp(path, file ){598 UtilsClass.prototype.showHelp=function showHelp(path, file, get_default_lang=false){ 599 599 var self=this; 600 600 601 var fullpath="modules/"+path+"/src/help/"+navigator.language+"/"+file; 602 if (get_default_lang) fullpath="modules/"+path+"/src/help/ca-ES@valencia/"+file; 601 603 602 604 //var fullpath="modules/"+path+"/src/help/es-ES/"+file; … … 609 611 }, 610 612 error: function (){ 611 alert("Failed loading "+fullpath); 613 if (get_default_lang) 614 bootbox.alert("No help file found!"); 615 else self.showHelp(path, file, true); 616 612 617 } 613 618 }); -
admin-center/trunk/fuentes/debian/changelog
r2672 r2691 1 admin-center (0.5.12) xenial; urgency=high 2 3 * Fixed help default language as valencian 4 5 -- <joamuran@gmail.com> Thu, 27 Oct 2016 11:43:06 +0200 6 1 7 admin-center (0.5.11) xenial; urgency=high 2 8
Note: See TracChangeset
for help on using the changeset viewer.