[geeklog-cvs] Geeklog-1.x/plugins/polls/templates/admin polleditor.thtml, 1.12, 1.13

Dirk Haun dhaun at qs1489.pair.com
Sun May 18 12:58:53 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/admin
In directory qs1489.pair.com:/tmp/cvs-serv27308/plugins/polls/templates/admin

Modified Files:
	polleditor.thtml 
Log Message:
More CSRF protection


Index: polleditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/admin/polleditor.thtml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** polleditor.thtml	12 May 2008 08:27:17 -0000	1.12
--- polleditor.thtml	18 May 2008 16:58:51 -0000	1.13
***************
*** 43,46 ****
                                      <div>{permissions_editor}</div>
                                      <p>{lang_permissions_msg}</p>
!                                     <p><input type="submit" name="mode" value="{lang_save}"{xhtml}><input type="submit" name="mode" value="{lang_cancel}"{xhtml}>{delete_option}</p>
                                  </form>
--- 43,46 ----
                                      <div>{permissions_editor}</div>
                                      <p>{lang_permissions_msg}</p>
!                                     <p><input type="submit" name="mode" value="{lang_save}"{xhtml}><input type="submit" name="mode" value="{lang_cancel}"{xhtml}>{delete_option}<input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}></p>
                                  </form>




More information about the geeklog-cvs mailing list