Skip to content

Commit

Permalink
Adding note about front end select on the join element's WHERE tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed Sep 12, 2013
1 parent ae9bc69 commit d3854cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ PLG_ELEMENT_DBJOIN_JOIN_STATEMENT_DESC="OPTIONAL - a standard MySQL JOIN clause,
PLG_ELEMENT_DBJOIN_JOIN_STATEMENT_LABEL="Additional join statements"
PLG_ELEMENT_DBJOIN_TABLE_LABEL="Table"
PLG_ELEMENT_DBJOIN_WHERE_STATEMENT_LABEL="Joins where and/or order by statement (SQL)"
PLG_ELEMENT_DBJOIN_WHERE_STATEMENT_DESC="Filter the results of the database join by entering an SQL where and/or order by statement - e.g. 'WHERE published = 1 ORDER BY time_date DESC'. If you get unexpected results, usually if you have more than one join or cascade element referencing the same table, prepend your field names with {thistable}, e.q. WHERE {thistable}.foo = 'bar'"
PLG_ELEMENT_DBJOIN_WHERE_STATEMENT_DESC="Filter the results of the database join by entering an SQL where and/or order by statement - e.g. 'WHERE published = 1 ORDER BY time_date DESC'. If you get unexpected results, usually if you have more than one join or cascade element referencing the same table, prepend your field names with {thistable}, e.q. WHERE {thistable}.foo = 'bar'. NOTE that this wil NOT be applied to the list in the popup window when using the Front End Select feature."
PLG_ELEMENT_POPUP_FORM_LABEL="Popup form"
PLG_ELEMENT_POPUP_FORM_DESC="If a form linked to the join table, then clicking yes will add an add button to the side of your database join list. When clicked on this will open a form to add in new records."

Expand Down

0 comments on commit d3854cd

Please sign in to comment.