Added confirm template icons

This commit is contained in:
Roberto Rosario
2011-05-20 03:58:02 -04:00
parent 842c6b8ba7
commit d2e4fce100
21 changed files with 24 additions and 3 deletions

View File

@@ -105,7 +105,8 @@ def folder_delete(request, folder_id):
'previous': previous,
'next': next,
'object': folder,
'title': _(u'Are you sure you with to delete the folder: %s?') % folder
'title': _(u'Are you sure you with to delete the folder: %s?') % folder,
'form_icon': u'folder_delete.png',
}
return render_to_response('generic_confirm.html', context,