short style
This commit is contained in:
@@ -169,6 +169,9 @@ long RecoCheckOffers(int itm_count, CVars in, CVars &out ){
|
||||
snprintf(vname, sizeof (vname), "short_description_%05d", ic);
|
||||
out[vname] = "short_description";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_style_%05d", ic);
|
||||
out[vname] = "short_style";
|
||||
|
||||
ret = PHP_API_OK;
|
||||
}
|
||||
|
||||
@@ -231,6 +234,9 @@ long RecoCheckFamilyLogin(int itm_count, CVars in, CVars &out ){
|
||||
snprintf(vname, sizeof (vname), "short_description_%05d", ic);
|
||||
out[vname] = "You have family members that are yet to login in";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_style_%05d", ic);
|
||||
out[vname] = "short_style";
|
||||
|
||||
ret = PHP_API_OK;
|
||||
}
|
||||
} catch (bad_parameter) {
|
||||
@@ -291,6 +297,9 @@ long RecoCheckFamilyCount( int itm_count, CVars in, CVars &out ){
|
||||
snprintf(vname, sizeof (vname), "short_description_%05d", ic);
|
||||
out[vname] = "short_description";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_style_%05d", ic);
|
||||
out[vname] = "short_style lb";
|
||||
|
||||
ret = PHP_API_OK;
|
||||
}
|
||||
} catch (bad_parameter) {
|
||||
@@ -351,6 +360,9 @@ long RecoCheckCoupons( int itm_count, CVars in, CVars &out ){
|
||||
snprintf(vname, sizeof (vname), "short_description_%05d", ic);
|
||||
out[vname] = "You have received cash coupon waiting to be redeemed";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_style_%05d", ic);
|
||||
out[vname] = "short_style lg";
|
||||
|
||||
ret = PHP_API_OK;
|
||||
}
|
||||
} catch (bad_parameter) {
|
||||
@@ -410,6 +422,9 @@ long RecoCheckTaskDue( int itm_count, CVars in, CVars &out ){
|
||||
snprintf(vname, sizeof (vname), "short_description_%05d", ic);
|
||||
out[vname] = "Some of you task are now past due";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_style_%05d", ic);
|
||||
out[vname] = "short_style lr";
|
||||
|
||||
ret = PHP_API_OK;
|
||||
}
|
||||
} catch (bad_parameter) {
|
||||
@@ -470,6 +485,9 @@ long RecoCheckTaskReview( int itm_count, CVars in, CVars &out ){
|
||||
snprintf(vname, sizeof (vname), "short_description_%05d", ic);
|
||||
out[vname] = "Some of your jobs are waiting for approval ";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_style_%05d", ic);
|
||||
out[vname] = "short_style lr";
|
||||
|
||||
ret = PHP_API_OK;
|
||||
}
|
||||
} catch (bad_parameter) {
|
||||
@@ -529,6 +547,10 @@ long RecoCheckBlog( int itm_count, CVars in, CVars &out ){
|
||||
snprintf(vname, sizeof (vname), "short_description_%05d", ic);
|
||||
out[vname] = "Similarity index is a term you should be familiar with as an online writer";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_style_%05d", ic);
|
||||
out[vname] = "short_style";
|
||||
|
||||
|
||||
ret = PHP_API_OK;
|
||||
|
||||
} catch (bad_parameter) {
|
||||
|
||||
Reference in New Issue
Block a user