mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Removal of colon next to form label names.
This commit is contained in:
@@ -90,7 +90,7 @@ if (count($_POST)>0) {
|
||||
echo "<form method='post' action=''>";
|
||||
echo "<table width='100%' border='0'>";
|
||||
echo " <tr>";
|
||||
echo " <td>Name:</td>";
|
||||
echo " <td>Name</td>";
|
||||
echo " <td><input type='text' class='txt' name='clip_name'></td>";
|
||||
echo " </tr>";
|
||||
|
||||
|
||||
@@ -141,27 +141,27 @@ else {
|
||||
echo "<form method='post' action=''>";
|
||||
echo "<table>";
|
||||
echo " <tr>";
|
||||
echo " <td>Name:</td>";
|
||||
echo " <td>Name</td>";
|
||||
echo " <td><input type='text' class='txt' name='clip_name'></td>";
|
||||
echo " </tr>";
|
||||
echo " <tr>";
|
||||
echo " <td>Folder:</td>";
|
||||
echo " <td>Folder</td>";
|
||||
echo " <td><input type='text' class='txt' name='clip_folder'></td>";
|
||||
echo " </tr>";
|
||||
echo " <tr>";
|
||||
echo " <td>Start:</td>";
|
||||
echo " <td>Start</td>";
|
||||
echo " <td><input type='text' class='txt' name='clip_text_start'></td>";
|
||||
echo " </tr>";
|
||||
echo " <tr>";
|
||||
echo " <td>End:</td>";
|
||||
echo " <td>End</td>";
|
||||
echo " <td><input type='text' class='txt' name='clip_text_end'></td>";
|
||||
echo " </tr>";
|
||||
echo " <tr>";
|
||||
echo " <td>Desc:</td>";
|
||||
echo " <td>Desc</td>";
|
||||
echo " <td><input type='text' class='txt' name='clip_desc'></td>";
|
||||
echo " </tr>";
|
||||
//echo " <tr>";
|
||||
//echo " <td>clip_order:</td>";
|
||||
//echo " <td>clip_order</td>";
|
||||
//echo " <td><input type='text' class='txt' name='clip_order'></td>";
|
||||
//echo " </tr>";
|
||||
echo " <tr>";
|
||||
|
||||
@@ -97,29 +97,29 @@ else {
|
||||
echo "<form method='post' action=''>";
|
||||
echo "<table border='0' width='100%'>";
|
||||
echo " <tr>";
|
||||
echo " <td>Name:</td>";
|
||||
echo " <td>Name</td>";
|
||||
echo " <td><input type='text' class='txt' name='clip_name' value='$clip_name'></td>";
|
||||
echo " </tr>";
|
||||
|
||||
echo " <tr>";
|
||||
echo " <td>Folder:</td>";
|
||||
echo " <td>Folder</td>";
|
||||
echo " <td><input type='text' class='txt' name='clip_folder' value='$clip_folder'></td>";
|
||||
echo " </tr>";
|
||||
|
||||
echo " <tr>";
|
||||
echo " <td colspan='2'>Before Selection:<br>";
|
||||
echo " <td colspan='2'>Before Selection<br>";
|
||||
echo " <textarea class='txt' name='clip_text_start'>$clip_text_start</textarea>";
|
||||
echo " </td>";
|
||||
echo " </tr>";
|
||||
|
||||
echo " <tr>";
|
||||
echo " <td colspan='2'>After Selection:<br>";
|
||||
echo " <td colspan='2'>After Selection<br>";
|
||||
echo " <textarea class='txt' name='clip_text_end'>$clip_text_end</textarea>";
|
||||
echo " </td>";
|
||||
echo " </tr>";
|
||||
|
||||
echo " <tr>";
|
||||
echo " <td colspan='2'>Notes:<br>";
|
||||
echo " <td colspan='2'>Notes<br>";
|
||||
echo " <textarea class='txt' name='clip_desc'>$clip_desc</textarea>";
|
||||
echo " </td>";
|
||||
echo " </tr>";
|
||||
|
||||
Reference in New Issue
Block a user