Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

Commit

Permalink
Add referral param to modules settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Apr 20, 2018
1 parent 38b79bd commit e464115
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ MOD_FREELANCEHUNT_PORTFOLIO_DESCRIPTION = "Module for displaying user portfolio
MOD_FREELANCEHUNT_PORTFOLIO_AJAX = "Enable AJAX"
MOD_FREELANCEHUNT_PORTFOLIO_TOKEN = "Identifier"
MOD_FREELANCEHUNT_PORTFOLIO_SECRET = "Secret key"
MOD_FREELANCEHUNT_PORTFOLIO_REFERRAL = "Bonus program"
MOD_FREELANCEHUNT_PORTFOLIO_LIMIT = "Limit"
MOD_FREELANCEHUNT_PORTFOLIO_AJAX_MORE = "Load more"
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ MOD_FREELANCEHUNT_PORTFOLIO_DESCRIPTION = "Модуль для вывода по
MOD_FREELANCEHUNT_PORTFOLIO_AJAX = "Bключить AJAX"
MOD_FREELANCEHUNT_PORTFOLIO_TOKEN = "Идентификатор"
MOD_FREELANCEHUNT_PORTFOLIO_SECRET = "Секретный ключ"
MOD_FREELANCEHUNT_PORTFOLIO_REFERRAL = "Бонус программа"
MOD_FREELANCEHUNT_PORTFOLIO_LIMIT = "Ограничение"
MOD_FREELANCEHUNT_PORTFOLIO_AJAX_MORE = "Загрузить еще"
4 changes: 4 additions & 0 deletions mod_freelancehunt_portfolio/mod_freelancehunt_portfolio.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
label="MOD_FREELANCEHUNT_PORTFOLIO_SECRET"
class="input-xlarge"
required="true"/>
<field name="referral" type="text"
label="MOD_FREELANCEHUNT_PORTFOLIO_REFERRAL"
hint="Byv3Y"
class="input-small"/>
</fieldset>
<fieldset name="advanced">
<field name="layout" type="modulelayout"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ MOD_FREELANCEHUNT_REVIEWS_DESCRIPTION = "Module for displaying user reviews from
MOD_FREELANCEHUNT_REVIEWS_AJAX = "Enable AJAX"
MOD_FREELANCEHUNT_REVIEWS_TOKEN = "Identifier"
MOD_FREELANCEHUNT_REVIEWS_SECRET = "Secret key"
MOD_FREELANCEHUNT_REVIEWS_REFERRAL = "Bonus program"
MOD_FREELANCEHUNT_REVIEWS_LIMIT = "Limit"
MOD_FREELANCEHUNT_REVIEWS_AJAX_MORE = "Load more"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ MOD_FREELANCEHUNT_REVIEWS_DESCRIPTION = "Модуль для вывода отз
MOD_FREELANCEHUNT_REVIEWS_AJAX = "Bключить AJAX"
MOD_FREELANCEHUNT_REVIEWS_TOKEN = "Идентификатор"
MOD_FREELANCEHUNT_REVIEWS_SECRET = "Секретный ключ"
MOD_FREELANCEHUNT_REVIEWS_REFERRAL = "Бонус программа"
MOD_FREELANCEHUNT_REVIEWS_LIMIT = "Ограничение"
MOD_FREELANCEHUNT_REVIEWS_AJAX_MORE = "Загрузить еще"

Expand Down
4 changes: 4 additions & 0 deletions mod_freelancehunt_reviews/mod_freelancehunt_reviews.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
label="MOD_FREELANCEHUNT_REVIEWS_SECRET"
class="input-xlarge"
required="true"/>
<field name="referral" type="text"
label="MOD_FREELANCEHUNT_REVIEWS_REFERRAL"
hint="Byv3Y"
class="input-small"/>
</fieldset>
<fieldset name="advanced">
<field name="layout" type="modulelayout"
Expand Down

0 comments on commit e464115

Please sign in to comment.