%%macro dialog_edittext%% %%ge:Text bearbeiten,:Edit Text%% %%set_expire_now%% write(dialogStyles(dstyle));
%%while object.attributes.next_entry%% %%if object.attributes.entry.key == "TimeModified"%% %%endif%% %%endwhile%%
write(tableRowTopLeft("",dstyle,{onlyRow:true,colspan:"2"}));
%%ge:Text bearbeiten,:Edit Text%%
%%ge:Bearbeiten des ,:Edit the %%%%if(object.get_attrib(MimeType) == "text/html")%%HTML%%else%%PLAIN%%endif%%%%ge:-Textes der Datei ,:text of the file %%'%%object.title%%'

write(tableRowRightBottom(dstyle,{}));
write(dialogButtons({" OK ":{func:"submit"},"Cancel":{func:"close"}}));
%%endmacro%%