Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

button label override #200

Closed
wants to merge 10 commits into from
Closed

button label override #200

wants to merge 10 commits into from

Conversation

pculka
Copy link

@pculka pculka commented Nov 3, 2015

add the possibility to override button labels in the same logic as it is with button classes

button_finish: craue_formflow_button_label_finish | default('button.finish'),
button_next: craue_formflow_button_label_next | default('button.next'),
button_back: craue_formflow_button_label_back | default('button.back'),
button_reset: craue_formflow_button_label_back | default('button.reset')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is meant to be craue_formflow_button_label_reset.

@craue
Copy link
Owner

craue commented Dec 16, 2015

Could you avoid changing the indentation? I'm using tabs instead of spaces.
And could you rebase to current master? Quite a lot happened recently, so tests should pass now.

@pculka
Copy link
Author

pculka commented Dec 16, 2015

Updated with upstream/master and fixed the indentation/codestyle

@@ -5,7 +5,14 @@
Thus, all buttons are defined in reverse order and will be reversed again via CSS.
See http://stackoverflow.com/questions/1963245/multiple-submit-buttons-specifying-default-button
#}

{%-
set craue_label = {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you put these two lines...

@craue
Copy link
Owner

craue commented Dec 17, 2015

Could you also add documentation and tests for this, similar to what has been done in #126?

@craue
Copy link
Owner

craue commented Dec 29, 2015

@pculka, do you still want to work on this?

@pculka
Copy link
Author

pculka commented Dec 30, 2015

Hi, yes, but I'm in holidays atm, will resume work once back. Want to finish this

@craue craue added this to the 3.0.0 milestone Jan 15, 2016
@craue
Copy link
Owner

craue commented Jan 15, 2016

@pculka, I absolutely don't begrudge you a long vacation, but are there any news? 😏

@pculka
Copy link
Author

pculka commented Jan 24, 2016

ooon it, sorry, was quite busy in work lately

@pculka
Copy link
Author

pculka commented Jan 24, 2016

hmmm no idea how to integrate the tests properly, any idea how to see if the tests did cover the code? No idea how to test .twig

@craue
Copy link
Owner

craue commented Jan 25, 2016

@pculka, see #200 (comment) 😏

@craue
Copy link
Owner

craue commented Feb 22, 2016

/ping @pculka

@craue craue mentioned this pull request Mar 3, 2016
@craue craue closed this in #226 Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants