Adding messaging that deleting is permanent

This commit is contained in:
Hannah Wolfe 2013-12-27 13:50:47 +00:00
parent 13fef966b3
commit 32f65759f7
3 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
{{content.text}}
{{{content.text}}}

View File

@ -78,7 +78,8 @@
},
content: {
template: 'blank',
title: 'Would you really like to delete all content from your blog?'
title: 'Would you really like to delete all content from your blog?',
text: '<p>This is permanent! No backups, no restores, no magic undo button. <br /> We warned you, ok?</p>'
}
}
}));

View File

@ -251,7 +251,8 @@
},
content: {
template: 'blank',
title: 'Are you sure you want to delete this post?'
title: 'Are you sure you want to delete this post?',
text: '<p>This is permanent! No backups, no restores, no magic undo button. <br /> We warned you, ok?</p>'
}
}
}));