pieter |
|
---|---|
Hello Guys, When I try to delete a post in our forum, I get the question to confirm the deletion. Problem is that I don't see a yes or a no.
Are there specials things I need to add? I use the symisun skin (default) ... can we help you ...
|
Twiebie |
|
---|---|
Make sure this is in message.tpl: <!-- BEGIN: MESSAGE_CONFIRM --> <table class="inline" style="width:15%; margin: 10px;"> <tr> <td><a id="confirmYes" href="{MESSAGE_CONFIRM_YES}" class="submit"><span>{PHP.L.Yes}</span></a></td> <td><a id="confirmNo" href="{MESSAGE_CONFIRM_NO}" class="submit"><span>{PHP.L.No}</span></a></td> </tr> </table> <!-- END: MESSAGE_CONFIRM --> |
pieter |
|
---|---|
Thx, this solved the problem ... can we help you ...
|
Twiebie |
|
---|---|
I created a ticket for it on GitHub, but I noticed you pushed the changes a few minutes after. All good now then :) |
pieter |
|
---|---|
I'm converting a skin, and I putted the text above into message.tpl, but it is not working. Do I miss something in the header or in CSS? Anyone an idea? I hope to release the theme today ... can we help you ...
|
|
This post was edited by pieter (2011-12-31 07:53, 13 years ago) |
Trustmaster |
|
---|---|
Yes, you probably need CSS for the modal box. May the Source be with you!
|
pieter |
|
---|---|
thx ... can we help you ...
|