﻿$(function() {
    $('.templateedit_button').click(function(e) {
        top.$.OpenTemplateEdit($(this).attr('id'), $(this).parents('div[location]:eq(0)').attr('location'));
    });
});

