Playground
This commit is contained in:
@@ -309,7 +309,7 @@ long RecoPlayGround( int itm_count, CVars in, CVars &out ){
|
||||
int ic = itm_count;
|
||||
|
||||
snprintf(vname, sizeof (vname), "title_%05d", ic);
|
||||
out[vname] = "Some of your task as owner Need Review now ";
|
||||
out[vname] = "Visit Playground";
|
||||
|
||||
snprintf(vname, sizeof (vname), "description_%05d", ic);
|
||||
out[vname] = "Some of your task as owner Need Review now,Some of your task as owner Need Review now, S Need Review now";
|
||||
@@ -327,7 +327,7 @@ long RecoPlayGround( int itm_count, CVars in, CVars &out ){
|
||||
out[vname] = "icon1";
|
||||
|
||||
snprintf(vname, sizeof (vname), "banner_%05d", ic);
|
||||
out[vname] ="https://www.wrenchboard.com/assets/images/apps/banners/banner-job-due.jpg";
|
||||
out[vname] ="https://www.wrenchboard.com/assets/images/apps/banners/playground.jpg";
|
||||
|
||||
snprintf(vname, sizeof (vname), "banner_location_%05d", ic);
|
||||
out[vname] ="URL";
|
||||
@@ -342,7 +342,7 @@ long RecoPlayGround( int itm_count, CVars in, CVars &out ){
|
||||
out[vname] = "View";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_title_%05d", ic);
|
||||
out[vname] = "Review Ready Tasks";
|
||||
out[vname] = "Playground";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_description_%05d", ic);
|
||||
out[vname] = "Some of your jobs are waiting for approval ";
|
||||
|
||||
Reference in New Issue
Block a user