Skip to content

Commit

Permalink
Version 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickCRM committed Feb 26, 2015
1 parent 978b3fa commit 99b4403
Show file tree
Hide file tree
Showing 86 changed files with 3,361 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Extension/application/Ext/EntryPointRegistry/QuickCRM.php
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
);
82 changes: 82 additions & 0 deletions manifest.php
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',
),
),
);

?>
63 changes: 63 additions & 0 deletions mobile/css/quickcrm331.css
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;
}
}
3 changes: 3 additions & 0 deletions mobile/fielddefs/de_de.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 99b4403

Please sign in to comment.