-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
86 changed files
with
3,361 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
$entry_point_registry['QuickCRMgetConfig'] = array( | ||
'file' => 'custom/QuickCRM/getConfig.php', | ||
'auth' => false | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<?php | ||
|
||
$manifest = array ( | ||
'acceptable_sugar_versions' => | ||
array ( | ||
'6.*', | ||
), | ||
'acceptable_sugar_flavors' => | ||
array( | ||
'CE' | ||
), | ||
'readme'=>'', | ||
'key'=>'', | ||
'author' => 'NS-Team', | ||
'description' => 'Gives mobile access to SugarCRM data', | ||
'icon' => '', | ||
'is_uninstallable' => true, | ||
'name' => 'QuickCRM Mobile Basic', | ||
'published_date' => '2015-02-26', | ||
'type' => 'module', | ||
'version' => '3.3.6', | ||
'remove_tables' => 'false', | ||
|
||
); | ||
$installdefs = array ( | ||
'id' => 'QuickCRM_Mobile_CE', | ||
'copy' => | ||
array ( | ||
array ( | ||
'from' => '<basepath>/mobile', | ||
'to' => 'mobile', | ||
), | ||
array( | ||
'from' => '<basepath>/modules/Administration/genJSfromSugar.php', | ||
'to' => 'custom/modules/Administration/genJSfromSugar.php' | ||
), | ||
array( | ||
'from' => '<basepath>/modules/Administration/updatequickcrm.php', | ||
'to' => 'custom/modules/Administration/updatequickcrm.php' | ||
), | ||
array( | ||
'from' => '<basepath>/modules/QuickCRM', | ||
'to' => 'custom/QuickCRM' | ||
), | ||
array( | ||
'from' => '<basepath>/Extension', | ||
'to' => 'custom/Extension' | ||
), | ||
array( | ||
'from' => '<basepath>/service/quickcrm', | ||
'to' => 'service/quickcrm' | ||
), | ||
), | ||
|
||
'language' => | ||
array ( | ||
array ( | ||
'from' => '<basepath>/modules/Administration/language/en_us.admin.php', | ||
'to_module' => 'Administration', | ||
'language' => 'en_us', | ||
), | ||
array ( | ||
'from' => '<basepath>/modules/Administration/language/de_de.admin.php', | ||
'to_module' => 'Administration', | ||
'language' => 'de_de', | ||
), | ||
array ( | ||
'from' => '<basepath>/modules/Administration/language/fr_FR.admin.php', | ||
'to_module' => 'Administration', | ||
'language' => 'fr_FR', | ||
), | ||
), | ||
|
||
'administration' => | ||
array( | ||
array( | ||
'from'=>'<basepath>/modules/Administration/quickcrmadminoption_ce.php', | ||
), | ||
), | ||
); | ||
|
||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
body{background:#ccc;}.ui-mobile #HomePage{background-color:#ccc;}.IconWrapper{list-style-type: none;width:100%;padding:0px;margin:0;text-align:center;} | ||
.IconContainer{position:relative;display:inline-block;vertical-align:top;width:93px;text-align:center;padding-bottom:10px;padding-top:10px;}.IconContainer .ui-link{text-decoration:none;color:#111;text-shadow:0 1px 1px #fff;font-weight:normal;} | ||
.HomeIcon{background-repeat:no-repeat;background-position:0px 0;height:32px;width:32px;margin-left:auto;margin-right:auto;text-align:center;} | ||
.GreenIcon{background-repeat:no-repeat;background-position:0px 0;height:32px;width:32px;background-image:url('../images/bullet_green.png');} | ||
.RedIcon{background-repeat:no-repeat;background-position:0px 0;height:32px;width:32px;background-image:url('../images/bullet_red.png');} | ||
em{color:red;font-weight:bold;padding-right:.25em;} | ||
.navLeftIcon {padding:0;margin:0;float:left} | ||
.navRightIcon {padding:0;margin:0;float:right} | ||
|
||
#DownloadDiv { overflow: auto; -webkit-overflow-scrolling: touch; height: 500px; } | ||
.embedPDF{ width: 900px; height: 10000px } | ||
.embedIMG{ width: 100%; height: auto } | ||
|
||
|
||
.ui-footer p{text-align:center;} | ||
.ui-header .ui-title { | ||
margin-left: 0; | ||
margin-right: 0; | ||
/* text-overflow:visible; */ /* -Uncomment - to disable Ellipsis completely use with Caution- !*/ | ||
} | ||
|
||
/* Swipe works with mouse as well but often causes text selection. NOT ON ANDROID | ||
#HomePage * { | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
-ms-user-select: none; | ||
-o-user-select: none; | ||
user-select: none; | ||
} | ||
*/ | ||
/* wrap push on wide viewports once open */ | ||
@media (min-width: 35em){ | ||
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-push, | ||
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-open.ui-panel-content-fixed-toolbar-display-reveal, | ||
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-open.ui-panel-content-wrap-display-push, | ||
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal { | ||
margin-right: 17em; | ||
} | ||
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-open.ui-panel-content-wrap-display-push.ui-panel-content-fixed-toolbar-position-right, | ||
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-fixed-toolbar-open.ui-panel-content-wrap-display-reveal.ui-panel-content-fixed-toolbar-position-right, | ||
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-open.ui-panel-content-wrap-display-push.ui-panel-content-wrap-position-right, | ||
.ui-responsive-panel.ui-page-panel-open .ui-panel-content-wrap-open.ui-panel-content-wrap-display-reveal.ui-panel-content-wrap-position-right { | ||
margin: 0 0 0 17em; | ||
} | ||
.ui-responsive-panel .ui-panel-dismiss-display-push { | ||
display: none; | ||
} | ||
|
||
#DownloadDiv { overflow: auto; -webkit-overflow-scrolling: touch; height: 750px; } | ||
} | ||
.ui-panel-inner {padding-top:0px;} | ||
|
||
|
||
@media all and (max-width: 35em) { | ||
.my-breakpoint .ui-block-a, | ||
.my-breakpoint .ui-block-b, | ||
.my-breakpoint .ui-block-c, | ||
.my-breakpoint .ui-block-d, | ||
.my-breakpoint .ui-block-e { | ||
width: 100%; | ||
float:none; | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.