|
Revision 922, 0.6 kB
(checked in by bsmith, 16 months ago)
|
|
bugzid:80880 - Vanilla wrapper include case is incorrect
|
| Line | |
|---|
| 1 | <mt:IncludeBlock module="Wrapper"> |
|---|
| 2 | |
|---|
| 3 | <h1><__trans phrase="Thank you for posting an entry."></h1> |
|---|
| 4 | |
|---|
| 5 | <mt:If name="entry_status" eq="1"> |
|---|
| 6 | <p><__trans phrase="Your entry has been received and held for approval by the blog owner."></p> |
|---|
| 7 | <mt:Else name="entry_status" eq="2"> |
|---|
| 8 | <p><__trans phrase="Your entry has been posted."></p> |
|---|
| 9 | <mt:Else> |
|---|
| 10 | <p><__trans phrase="Your entry has been received."></p> |
|---|
| 11 | </mt:If> |
|---|
| 12 | |
|---|
| 13 | <p><__trans phrase="Return to the <a href="[_1]">blog's main index</a>." params="<$mt:BlogURL$>"></p> |
|---|
| 14 | |
|---|
| 15 | </mt:IncludeBlock> |
|---|