cosmetic changes and a bit of help
This commit is contained in:
parent
1a67d952dc
commit
d3ea9242fa
1 changed files with 10 additions and 4 deletions
|
@ -14,12 +14,8 @@ If the field you are looking for isn't here, check the group record.
|
|||
|
||||
<table border="0" cellspacing="0" cellpadding="5">
|
||||
|
||||
<tr valign="top">
|
||||
<td>Website Links</td><td>
|
||||
|
||||
|
||||
<a href="modwebsites.pl?biblionumber=<TMPL_VAR Name="biblionumber">">Modify Website Links</a></td></tr>
|
||||
|
||||
|
||||
<tr valign="top">
|
||||
<td colspan=2><h2>Edit Record</h2></td>
|
||||
|
@ -84,6 +80,16 @@ If the field you are looking for isn't here, check the group record.
|
|||
<td>Notes</td>
|
||||
<td><textarea name="notes" cols="40" rows="4"><TMPL_VAR Name="notes" ESCAPE=HTML></textarea></td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr valign="top">
|
||||
<td>Additional Website Links<br>
|
||||
</td><td>
|
||||
|
||||
|
||||
<a href="modwebsites.pl?biblionumber=<TMPL_VAR Name="biblionumber">">Add/Edit Additional Website Links</a><br>
|
||||
<i>NOTE: The main website link it is on the group record not here.</i></td></tr>
|
||||
|
||||
<!--tr valign="top">
|
||||
<td>Serial</td>
|
||||
<td><input type="text" name="serial" value="<TMPL_VAR Name="serial" ESCAPE=HTML>"></td>
|
||||
|
|
Loading…
Reference in a new issue